++ rg -v '#' /usr/share/zoneinfo/zone.tab ++ awk '{print $3}' ++ shuf ++ head -n1 + TZ=Europe/Volgograd + echo 'Choosen random timezone Europe/Volgograd' + ln -snf /usr/share/zoneinfo/Europe/Volgograd /etc/localtime Choosen random timezone Europe/Volgograd + echo Europe/Volgograd + dpkg -i package_folder/clickhouse-common-static_24.3.5.48.altinityfips+tsan_amd64.deb Selecting previously unselected package clickhouse-common-static. (Reading database ... 49067 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static_24.3.5.48.altinityfips+tsan_amd64.deb ... Unpacking clickhouse-common-static (24.3.5.48.altinityfips+tsan) ... Setting up clickhouse-common-static (24.3.5.48.altinityfips+tsan) ... + dpkg -i package_folder/clickhouse-common-static-dbg_24.3.5.48.altinityfips+tsan_amd64.deb Selecting previously unselected package clickhouse-common-static-dbg. (Reading database ... 49096 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static-dbg_24.3.5.48.altinityfips+tsan_amd64.deb ... Unpacking clickhouse-common-static-dbg (24.3.5.48.altinityfips+tsan) ... Setting up clickhouse-common-static-dbg (24.3.5.48.altinityfips+tsan) ... + dpkg -i package_folder/clickhouse-server_24.3.5.48.altinityfips+tsan_amd64.deb Selecting previously unselected package clickhouse-server. (Reading database ... 49105 files and directories currently installed.) Preparing to unpack .../clickhouse-server_24.3.5.48.altinityfips+tsan_amd64.deb ... Unpacking clickhouse-server (24.3.5.48.altinityfips+tsan) ... Setting up clickhouse-server (24.3.5.48.altinityfips+tsan) ... Cannot set 'net_admin' or 'ipc_lock' or 'sys_nice' or 'net_bind_service' capability for clickhouse binary. This is optional. Taskstats accounting will be disabled. To enable taskstats accounting you may add the required capability later manually. ClickHouse binary is already located at /usr/bin/clickhouse Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-keeper-converter already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse. Creating symlink /usr/bin/ch to /usr/bin/clickhouse. Creating symlink /usr/bin/chl to /usr/bin/clickhouse. Creating symlink /usr/bin/chc to /usr/bin/clickhouse. Creating clickhouse group if it does not exist. groupadd -r clickhouse Creating clickhouse user if it does not exist. useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf. Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration. Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration. Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it. /etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path. /etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path. Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it. Log directory /var/log/clickhouse-server/ already exists. Creating data directory /var/lib/clickhouse/. Creating pid directory /var/run/clickhouse-server. chown -R clickhouse:clickhouse '/var/log/clickhouse-server/' chown -R clickhouse:clickhouse '/var/run/clickhouse-server' chown clickhouse:clickhouse '/var/lib/clickhouse/' groupadd -r clickhouse-bridge useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge' chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge' Password for the default user is an empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it. Setting capabilities for clickhouse binary. This is optional. chown -R clickhouse:clickhouse '/etc/clickhouse-server' ClickHouse has been successfully installed. Start clickhouse-server with: sudo clickhouse start Start clickhouse-client with: clickhouse-client + dpkg -i package_folder/clickhouse-client_24.3.5.48.altinityfips+tsan_amd64.deb Selecting previously unselected package clickhouse-client. (Reading database ... 49122 files and directories currently installed.) Preparing to unpack .../clickhouse-client_24.3.5.48.altinityfips+tsan_amd64.deb ... Unpacking clickhouse-client (24.3.5.48.altinityfips+tsan) ... Setting up clickhouse-client (24.3.5.48.altinityfips+tsan) ... + echo '' + [[ -z '' ]] + ch --query 'SELECT 1' 1 + chl --query 'SELECT 1' 1 + chc --version ClickHouse client version 24.3.5.48.altinityfips (altinity build). + ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test + source /attach_gdb.lib ++ source /utils.lib + source /utils.lib + /usr/share/clickhouse-test/config/install.sh + DEST_SERVER_PATH=/etc/clickhouse-server + DEST_CLIENT_PATH=/etc/clickhouse-client +++ dirname /usr/share/clickhouse-test/config/install.sh ++ cd /usr/share/clickhouse-test/config ++ pwd -P Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server + SRC_PATH=/usr/share/clickhouse-test/config + echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server' + mkdir -p /etc/clickhouse-server/config.d/ + mkdir -p /etc/clickhouse-server/users.d/ + mkdir -p /etc/clickhouse-client + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/ + '[' /etc/clickhouse-server = /etc/clickhouse-server ']' + ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/ + ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/ + [[ -n '' ]] + rm -f /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper.xml /etc/clickhouse-server/config.d/ + value=1 + sed --follow-symlinks -i 's|[01]|1|' /etc/clickhouse-server/config.d/keeper_port.xml + value=5036032 + sed --follow-symlinks -i 's|[[:digit:]]\+|5036032|' /etc/clickhouse-server/config.d/keeper_port.xml + value=11163648 + sed --follow-symlinks -i 's|[[:digit:]]\+|11163648|' /etc/clickhouse-server/config.d/keeper_port.xml + [[ -n '' ]] + [[ -n '' ]] + [[ -n '' ]] + ARM=aarch64 ++ uname -m + OS=x86_64 x86_64 Adding azure configuration + [[ -n 1 ]] + echo x86_64 + [[ '' -eq 1 ]] + [[ x86_64 == \a\a\r\c\h\6\4 ]] + echo 'Adding azure configuration' + ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml + [[ -n '' ]] + ./setup_minio.sh stateless + azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log + export MINIO_ROOT_USER=clickhouse + MINIO_ROOT_USER=clickhouse + export MINIO_ROOT_PASSWORD=clickhouse + MINIO_ROOT_PASSWORD=clickhouse + main stateless + local query_dir ++ check_arg stateless ++ local query_dir ++ '[' '!' 1 -eq 1 ']' ++ case "$1" in ++ query_dir=0_stateless ++ echo 0_stateless + query_dir=0_stateless + '[' '!' -f ./minio ']' + start_minio + mkdir -p ./minio_data + ./minio --version Azurite Blob service is starting on 0.0.0.0:10000 Azurite Blob service successfully listens on http://0.0.0.0:10000 minio version RELEASE.2022-01-03T18-22-58Z + wait_for_it + local counter=0 + ./minio server --address :11111 ./minio_data + local max_counter=60 + local url=http://localhost:11111 + params=('--silent' '--verbose') + local params + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 0 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=1 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 1 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=2 + grep AccessDenied + curl --silent --verbose http://localhost:11111 + [[ 2 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=3 + grep AccessDenied + curl --silent --verbose http://localhost:11111 + [[ 3 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=4 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 4 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=5 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 5 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=6 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 6 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=7 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 7 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=8 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 8 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=9 + grep AccessDenied + curl --silent --verbose http://localhost:11111 trying to connect to minio + [[ 9 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=10 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 10 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio API: http://172.17.0.2:11111 http://127.0.0.1:11111 Console: http://172.17.0.2:36433 http://127.0.0.1:36433 Documentation: https://docs.min.io WARNING: Console endpoint is listening on a dynamic port (36433), please use --console-address ":PORT" to choose a static port. + counter=11 + curl --silent --verbose http://localhost:11111 + grep AccessDenied AccessDeniedAccess Denied./17F0CAD0321FFEBB90539cd5-1e61-437f-a215-5506e5a03d7a + lsof -i :11111 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME minio 269 root 10u IPv6 30645 0t0 TCP *:11111 (LISTEN) + sleep 5 + setup_minio stateless + local test_type=stateless + ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse Added `clickminio` successfully. + ./mc admin user add clickminio test testtest Added user `test` successfully. + ./mc admin policy set clickminio readwrite user=test Policy `readwrite` is set on user `test` + ./mc mb clickminio/test Bucket created successfully `clickminio/test`. + '[' stateless = stateless ']' + ./mc policy set public clickminio/test Access permission for `clickminio/test` is set to `public` + upload_data 0_stateless /usr/share/clickhouse-test + local query_dir=0_stateless + local test_path=/usr/share/clickhouse-test + local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio ++ ls /usr/share/clickhouse-test/queries/0_stateless/data_minio 02366_data.jsonl + for file in $(ls "${data_path}") + echo 02366_data.jsonl + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl clickminio/test/02366_data.jsonl `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl` Total: 0 B, Transferred: 0 B, Speed: 0 B/s 02731.arrow + for file in $(ls "${data_path}") + echo 02731.arrow + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow clickminio/test/02731.arrow `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow` -> `clickminio/test/02731.arrow` Total: 0 B, Transferred: 3.82 MiB, Speed: 117.69 MiB/s 02731.parquet + for file in $(ls "${data_path}") + echo 02731.parquet + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet clickminio/test/02731.parquet `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet` -> `clickminio/test/02731.parquet` Total: 0 B, Transferred: 1.57 MiB, Speed: 88.52 MiB/s 02876.parquet + for file in $(ls "${data_path}") + echo 02876.parquet + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet clickminio/test/02876.parquet `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet` -> `clickminio/test/02876.parquet` Total: 0 B, Transferred: 293 B, Speed: 27.84 KiB/s a.tsv + for file in $(ls "${data_path}") + echo a.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv clickminio/test/a.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv` Total: 0 B, Transferred: 24 B, Speed: 2.20 KiB/s b.tsv + for file in $(ls "${data_path}") + echo b.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv clickminio/test/b.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv` Total: 0 B, Transferred: 33 B, Speed: 4.81 KiB/s + for file in $(ls "${data_path}") + echo c.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv clickminio/test/c.tsv c.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv` -> `clickminio/test/c.tsv` Total: 0 B, Transferred: 33 B, Speed: 4.26 KiB/s tsv_with_header.tsv + for file in $(ls "${data_path}") + echo tsv_with_header.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv clickminio/test/tsv_with_header.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv` -> `clickminio/test/tsv_with_header.tsv` Total: 0 B, Transferred: 44 B, Speed: 6.63 KiB/s + setup_aws_credentials + local minio_root_user=clickhouse + local minio_root_password=clickhouse + mkdir -p /root/.aws + cat + ./setup_hdfs_minicluster.sh + ls -lha total 135M drwxr-xr-x 1 root root 4.0K Aug 31 13:53 . drwxr-xr-x 1 root root 4.0K Aug 31 13:53 .. -rw-rw-r-- 1 1000 1000 312 Aug 31 13:52 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 1.6K Jun 13 06:03 attach_gdb.lib -rw-r--r-- 1 root root 1.3K Aug 31 13:53 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 3.9K Aug 31 13:53 __azurite_db_blob__.json -rw-r--r-- 1 root root 1.4K Aug 31 13:53 azurite_log lrwxrwxrwx 1 root root 7 Apr 27 05:02 bin -> usr/bin drwxr-xr-x 2 root root 4.0K Aug 31 13:53 __blobstorage__ drwxr-xr-x 2 root root 4.0K Apr 18 2022 boot drwxr-xr-x 5 root root 340 Aug 31 13:53 dev -rwxr-xr-x 1 root root 0 Aug 31 13:53 .dockerenv drwxr-xr-x 1 root root 4.0K Aug 31 13:53 etc drwxr-xr-x 10 1000 1000 4.0K Jun 15 2021 hadoop-3.3.1 drwxr-xr-x 2 root root 4.0K Apr 18 2022 home lrwxrwxrwx 1 root root 7 Apr 27 05:02 lib -> usr/lib lrwxrwxrwx 1 root root 9 Apr 27 05:02 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Apr 27 05:02 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Apr 27 05:02 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 21M Jun 13 06:04 mc drwxr-xr-x 2 root root 4.0K Apr 27 05:02 media -rwxr-xr-x 1 root root 114M Jun 13 06:04 minio drwxr-xr-x 4 root root 4.0K Aug 31 13:54 minio_data drwxr-xr-x 2 root root 4.0K Apr 27 05:02 mnt drwxr-xr-x 2 root root 4.0K Apr 27 05:02 opt -rw-r--r-- 1 root root 0 Feb 15 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4.0K Aug 31 13:53 package_folder dr-xr-xr-x 359 root root 0 Aug 31 13:53 proc -rwxrwxr-x 1 root root 7.9K May 14 20:27 process_functional_tests_result.py drwx------ 1 root root 4.0K Aug 31 13:54 root drwxr-xr-x 1 root root 4.0K Aug 31 13:53 run -rwxrwxr-x 1 root root 16K Jun 13 06:03 run.sh lrwxrwxrwx 1 root root 8 Apr 27 05:02 sbin -> usr/sbin -rwxrwxr-x 1 root root 11K May 14 20:27 setup_export_logs.sh -rwxrwxr-x 1 root root 351 Jun 13 06:03 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3.4K Jun 13 06:03 setup_minio.sh drwxr-xr-x 2 root root 4.0K Apr 27 05:02 srv -rw-rw-r-- 1 root root 13K Jun 13 06:03 stress_tests.lib dr-xr-xr-x 13 root root 0 Aug 31 13:53 sys drwxrwxr-x 2 1000 1000 4.0K Aug 31 13:53 test_output drwxrwxrwt 1 root root 4.0K Aug 31 13:53 tmp drwxr-xr-x 1 root root 4.0K Apr 27 05:02 usr -rw-rw-r-- 1 root root 833 Jun 13 06:03 utils.lib drwxr-xr-x 1 root root 4.0K Apr 27 05:05 var + cd hadoop-3.3.1 + export JAVA_HOME=/usr + JAVA_HOME=/usr + mkdir -p target/test/data + chown clickhouse ./target/test/data + nc -z localhost 12222 + sudo -E -u clickhouse bin/mapred minicluster -format -nomr -nnport 12222 + sleep 1 + nc -z localhost 12222 + sleep 1 + nc -z localhost 12222 + lsof -i :12222 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME java 556 clickhouse 322u IPv4 36345 0t0 TCP localhost:12222 (LISTEN) + sleep 5 + config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml + set +x File /tmp/export-logs-config.sh does not exist, do not setup + [[ -n '' ]] + '[' 1 -gt 1 ']' + sudo clickhouse start ==736==Installed the sigaction for signal 11 ==736==Installed the sigaction for signal 7 ==736==Installed the sigaction for signal 8 ==736==Using llvm-symbolizer found at: /usr/bin/llvm-symbolizer-17 ***** Running under ThreadSanitizer v3 (pid 736) ***** ThreadSanitizer: growing sync allocator: 0 out of 1048576*1024 ThreadSanitizer: growing heap block allocator: 0 out of 262144*4096 ThreadSanitizer: growing sync allocator: 1 out of 1048576*1024 ThreadSanitizer: growing sync allocator: 2 out of 1048576*1024 ThreadSanitizer: growing heap block allocator: 1 out of 262144*4096 ThreadSanitizer: growing sync allocator: 3 out of 1048576*1024 ThreadSanitizer: growing sync allocator: 4 out of 1048576*1024 ThreadSanitizer: forked new process with pid 737, parent had 1 threads ThreadSanitizer: forked new process with pid 740, parent had 1 threads ==743==Installed the sigaction for signal 11 ==743==Installed the sigaction for signal 7 ==743==Installed the sigaction for signal 8 ==743==Using llvm-symbolizer found at: /usr/bin/llvm-symbolizer-17 ***** Running under ThreadSanitizer v3 (pid 743) ***** ThreadSanitizer: growing sync allocator: 0 out of 1048576*1024 ThreadSanitizer: growing heap block allocator: 0 out of 262144*4096 ThreadSanitizer: growing sync allocator: 1 out of 1048576*1024 ThreadSanitizer: growing sync allocator: 2 out of 1048576*1024 ThreadSanitizer: growing heap block allocator: 1 out of 262144*4096 ThreadSanitizer: growing sync allocator: 3 out of 1048576*1024 ThreadSanitizer: growing sync allocator: 4 out of 1048576*1024 ThreadSanitizer: forked new process with pid 744, parent had 1 threads Stats: SizeClassAllocator64: 2M mapped (0M rss) in 10960 allocations; remains 5405 01 ( 16): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 3840 avail: 4096 rss: 4K releases: 0 last released: 0K region: 0x7b0400000000 02 ( 32): mapped: 64K allocs: 2816 frees: 2304 inuse: 512 num_freed_chunks 1536 avail: 2048 rss: 60K releases: 0 last released: 0K region: 0x7b0800000000 03 ( 48): mapped: 192K allocs: 3456 frees: 2432 inuse: 1024 num_freed_chunks 3072 avail: 4096 rss: 152K releases: 0 last released: 0K region: 0x7b0c00000000 04 ( 64): mapped: 64K allocs: 1024 frees: 640 inuse: 384 num_freed_chunks 640 avail: 1024 rss: 64K releases: 0 last released: 0K region: 0x7b1000000000 05 ( 80): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 563 avail: 819 rss: 20K releases: 0 last released: 0K region: 0x7b1400000000 06 ( 96): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 426 avail: 682 rss: 20K releases: 0 last released: 0K region: 0x7b1800000000 07 ( 112): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 457 avail: 585 rss: 12K releases: 0 last released: 0K region: 0x7b1c00000000 08 ( 128): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 384 avail: 512 rss: 12K releases: 0 last released: 0K region: 0x7b2000000000 09 ( 144): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 327 avail: 455 rss: 4K releases: 0 last released: 0K region: 0x7b2400000000 10 ( 160): mapped: 64K allocs: 384 frees: 128 inuse: 256 num_freed_chunks 153 avail: 409 rss: 56K releases: 0 last released: 0K region: 0x7b2800000000 11 ( 176): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 244 avail: 372 rss: 4K releases: 0 last released: 0K region: 0x7b2c00000000 12 ( 192): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 213 avail: 341 rss: 8K releases: 0 last released: 0K region: 0x7b3000000000 13 ( 208): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 187 avail: 315 rss: 4K releases: 0 last released: 0K region: 0x7b3400000000 14 ( 224): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 164 avail: 292 rss: 4K releases: 0 last released: 0K region: 0x7b3800000000 15 ( 240): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 17 avail: 273 rss: 40K releases: 0 last released: 0K region: 0x7b3c00000000 16 ( 256): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 128 avail: 256 rss: 4K releases: 0 last released: 0K region: 0x7b4000000000 17 ( 320): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 76 avail: 204 rss: 24K releases: 0 last released: 0K region: 0x7b4400000000 18 ( 384): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 42 avail: 170 rss: 8K releases: 0 last released: 0K region: 0x7b4800000000 19 ( 448): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 18 avail: 146 rss: 4K releases: 0 last released: 0K region: 0x7b4c00000000 20 ( 512): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 0 avail: 128 rss: 8K releases: 0 last released: 0K region: 0x7b5000000000 21 ( 640): mapped: 64K allocs: 102 frees: 0 inuse: 102 num_freed_chunks 0 avail: 102 rss: 12K releases: 0 last released: 0K region: 0x7b5400000000 22 ( 768): mapped: 64K allocs: 85 frees: 0 inuse: 85 num_freed_chunks 0 avail: 85 rss: 4K releases: 0 last released: 0K region: 0x7b5800000000 23 ( 896): mapped: 64K allocs: 73 frees: 0 inuse: 73 num_freed_chunks 0 avail: 73 rss: 8K releases: 0 last released: 0K region: 0x7b5c00000000 24 ( 1024): mapped: 64K allocs: 64 frees: 0 inuse: 64 num_freed_chunks 0 avail: 64 rss: 8K releases: 0 last released: 0K region: 0x7b6000000000 25 ( 1280): mapped: 192K allocs: 153 frees: 51 inuse: 102 num_freed_chunks 51 avail: 153 rss: 184K releases: 0 last released: 0K region: 0x7b6400000000 26 ( 1536): mapped: 64K allocs: 42 frees: 0 inuse: 42 num_freed_chunks 0 avail: 42 rss: 4K releases: 0 last released: 0K region: 0x7b6800000000 27 ( 1792): mapped: 64K allocs: 36 frees: 0 inuse: 36 num_freed_chunks 0 avail: 36 rss: 4K releases: 0 last released: 0K region: 0x7b6c00000000 28 ( 2048): mapped: 64K allocs: 32 frees: 0 inuse: 32 num_freed_chunks 0 avail: 32 rss: 4K releases: 0 last released: 0K region: 0x7b7000000000 29 ( 2560): mapped: 64K allocs: 25 frees: 0 inuse: 25 num_freed_chunks 0 avail: 25 rss: 8K releases: 0 last released: 0K region: 0x7b7400000000 30 ( 3072): mapped: 64K allocs: 21 frees: 0 inuse: 21 num_freed_chunks 0 avail: 21 rss: 4K releases: 0 last released: 0K region: 0x7b7800000000 31 ( 3584): mapped: 64K allocs: 18 frees: 0 inuse: 18 num_freed_chunks 0 avail: 18 rss: 8K releases: 0 last released: 0K region: 0x7b7c00000000 32 ( 4096): mapped: 64K allocs: 16 frees: 0 inuse: 16 num_freed_chunks 0 avail: 16 rss: 24K releases: 0 last released: 0K region: 0x7b8000000000 33 ( 5120): mapped: 64K allocs: 12 frees: 0 inuse: 12 num_freed_chunks 0 avail: 12 rss: 16K releases: 0 last released: 0K region: 0x7b8400000000 34 ( 6144): mapped: 64K allocs: 10 frees: 0 inuse: 10 num_freed_chunks 0 avail: 10 rss: 12K releases: 0 last released: 0K region: 0x7b8800000000 35 ( 7168): mapped: 64K allocs: 9 frees: 0 inuse: 9 num_freed_chunks 0 avail: 9 rss: 36K releases: 0 last released: 0K region: 0x7b8c00000000 37 ( 10240): mapped: 64K allocs: 6 frees: 0 inuse: 6 num_freed_chunks 0 avail: 6 rss: 12K releases: 0 last released: 0K region: 0x7b9400000000 38 ( 12288): mapped: 64K allocs: 5 frees: 0 inuse: 5 num_freed_chunks 0 avail: 5 rss: 12K releases: 0 last released: 0K region: 0x7b9800000000 39 ( 14336): mapped: 64K allocs: 4 frees: 0 inuse: 4 num_freed_chunks 0 avail: 4 rss: 16K releases: 0 last released: 0K region: 0x7b9c00000000 42 ( 24576): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 16K releases: 0 last released: 0K region: 0x7ba800000000 43 ( 28672): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 28K releases: 0 last released: 0K region: 0x7bac00000000 44 ( 32768): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 32K releases: 0 last released: 0K region: 0x7bb000000000 45 ( 40960): mapped: 64K allocs: 1 frees: 0 inuse: 1 num_freed_chunks 0 avail: 1 rss: 4K releases: 0 last released: 0K region: 0x7bb400000000 Stats: LargeMmapAllocator: allocated 0 times, remains 0 (0 K) max 0 M; by size logs: chown -R clickhouse: '/var/run/clickhouse-server/' Will run sudo --preserve-env -u 'clickhouse' /usr/bin/clickhouse-server --config-file /etc/clickhouse-server/config.xml --pid-file /var/run/clickhouse-server/clickhouse-server.pid --daemon Waiting for server to start Waiting for server to start Server started Stats: SizeClassAllocator64: 2M mapped (0M rss) in 10960 allocations; remains 5405 01 ( 16): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 3840 avail: 4096 rss: 4K releases: 0 last released: 0K region: 0x7b0400000000 02 ( 32): mapped: 64K allocs: 2816 frees: 2304 inuse: 512 num_freed_chunks 1536 avail: 2048 rss: 60K releases: 0 last released: 0K region: 0x7b0800000000 03 ( 48): mapped: 192K allocs: 3456 frees: 2432 inuse: 1024 num_freed_chunks 3072 avail: 4096 rss: 152K releases: 0 last released: 0K region: 0x7b0c00000000 04 ( 64): mapped: 64K allocs: 1024 frees: 640 inuse: 384 num_freed_chunks 640 avail: 1024 rss: 64K releases: 0 last released: 0K region: 0x7b1000000000 05 ( 80): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 563 avail: 819 rss: 20K releases: 0 last released: 0K region: 0x7b1400000000 06 ( 96): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 426 avail: 682 rss: 20K releases: 0 last released: 0K region: 0x7b1800000000 07 ( 112): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 457 avail: 585 rss: 12K releases: 0 last released: 0K region: 0x7b1c00000000 08 ( 128): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 384 avail: 512 rss: 12K releases: 0 last released: 0K region: 0x7b2000000000 09 ( 144): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 327 avail: 455 rss: 4K releases: 0 last released: 0K region: 0x7b2400000000 10 ( 160): mapped: 64K allocs: 384 frees: 128 inuse: 256 num_freed_chunks 153 avail: 409 rss: 60K releases: 0 last released: 0K region: 0x7b2800000000 11 ( 176): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 244 avail: 372 rss: 4K releases: 0 last released: 0K region: 0x7b2c00000000 12 ( 192): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 213 avail: 341 rss: 8K releases: 0 last released: 0K region: 0x7b3000000000 13 ( 208): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 187 avail: 315 rss: 4K releases: 0 last released: 0K region: 0x7b3400000000 14 ( 224): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 164 avail: 292 rss: 4K releases: 0 last released: 0K region: 0x7b3800000000 15 ( 240): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 17 avail: 273 rss: 40K releases: 0 last released: 0K region: 0x7b3c00000000 16 ( 256): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 128 avail: 256 rss: 4K releases: 0 last released: 0K region: 0x7b4000000000 17 ( 320): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 76 avail: 204 rss: 24K releases: 0 last released: 0K region: 0x7b4400000000 18 ( 384): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 42 avail: 170 rss: 12K releases: 0 last released: 0K region: 0x7b4800000000 19 ( 448): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 18 avail: 146 rss: 4K releases: 0 last released: 0K region: 0x7b4c00000000 20 ( 512): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 0 avail: 128 rss: 8K releases: 0 last released: 0K region: 0x7b5000000000 21 ( 640): mapped: 64K allocs: 102 frees: 0 inuse: 102 num_freed_chunks 0 avail: 102 rss: 8K releases: 0 last released: 0K region: 0x7b5400000000 22 ( 768): mapped: 64K allocs: 85 frees: 0 inuse: 85 num_freed_chunks 0 avail: 85 rss: 4K releases: 0 last released: 0K region: 0x7b5800000000 23 ( 896): mapped: 64K allocs: 73 frees: 0 inuse: 73 num_freed_chunks 0 avail: 73 rss: 8K releases: 0 last released: 0K region: 0x7b5c00000000 24 ( 1024): mapped: 64K allocs: 64 frees: 0 inuse: 64 num_freed_chunks 0 avail: 64 rss: 8K releases: 0 last released: 0K region: 0x7b6000000000 25 ( 1280): mapped: 192K allocs: 153 frees: 51 inuse: 102 num_freed_chunks 51 avail: 153 rss: 184K releases: 0 last released: 0K region: 0x7b6400000000 26 ( 1536): mapped: 64K allocs: 42 frees: 0 inuse: 42 num_freed_chunks 0 avail: 42 rss: 4K releases: 0 last released: 0K region: 0x7b6800000000 27 ( 1792): mapped: 64K allocs: 36 frees: 0 inuse: 36 num_freed_chunks 0 avail: 36 rss: 4K releases: 0 last released: 0K region: 0x7b6c00000000 28 ( 2048): mapped: 64K allocs: 32 frees: 0 inuse: 32 num_freed_chunks 0 avail: 32 rss: 4K releases: 0 last released: 0K region: 0x7b7000000000 29 ( 2560): mapped: 64K allocs: 25 frees: 0 inuse: 25 num_freed_chunks 0 avail: 25 rss: 8K releases: 0 last released: 0K region: 0x7b7400000000 30 ( 3072): mapped: 64K allocs: 21 frees: 0 inuse: 21 num_freed_chunks 0 avail: 21 rss: 4K releases: 0 last released: 0K region: 0x7b7800000000 31 ( 3584): mapped: 64K allocs: 18 frees: 0 inuse: 18 num_freed_chunks 0 avail: 18 rss: 8K releases: 0 last released: 0K region: 0x7b7c00000000 32 ( 4096): mapped: 64K allocs: 16 frees: 0 inuse: 16 num_freed_chunks 0 avail: 16 rss: 28K releases: 0 last released: 0K region: 0x7b8000000000 33 ( 5120): mapped: 64K allocs: 12 frees: 0 inuse: 12 num_freed_chunks 0 avail: 12 rss: 16K releases: 0 last released: 0K region: 0x7b8400000000 34 ( 6144): mapped: 64K allocs: 10 frees: 0 inuse: 10 num_freed_chunks 0 avail: 10 rss: 12K releases: 0 last released: 0K region: 0x7b8800000000 35 ( 7168): mapped: 64K allocs: 9 frees: 0 inuse: 9 num_freed_chunks 0 avail: 9 rss: 36K releases: 0 last released: 0K region: 0x7b8c00000000 37 ( 10240): mapped: 64K allocs: 6 frees: 0 inuse: 6 num_freed_chunks 0 avail: 6 rss: 12K releases: 0 last released: 0K region: 0x7b9400000000 38 ( 12288): mapped: 64K allocs: 5 frees: 0 inuse: 5 num_freed_chunks 0 avail: 5 rss: 12K releases: 0 last released: 0K region: 0x7b9800000000 39 ( 14336): mapped: 64K allocs: 4 frees: 0 inuse: 4 num_freed_chunks 0 avail: 4 rss: 16K releases: 0 last released: 0K region: 0x7b9c00000000 42 ( 24576): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 16K releases: 0 last released: 0K region: 0x7ba800000000 43 ( 28672): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 28K releases: 0 last released: 0K region: 0x7bac00000000 44 ( 32768): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 32K releases: 0 last released: 0K region: 0x7bb000000000 45 ( 40960): mapped: 64K allocs: 1 frees: 0 inuse: 1 num_freed_chunks 0 avail: 1 rss: 4K releases: 0 last released: 0K region: 0x7bb400000000 Stats: LargeMmapAllocator: allocated 10 times, remains 0 (0 K) max 5 M; by size logs: 20:10; + [[ -n '' ]] + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 127.0.0.1 - - [31/Aug/2024:10:54:28 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:10:54:28 +0000] "PUT /devstoreaccount1/cont/fbxlflkqxeucckmvexbllfkfirjzaoxn?blockid=wypytvbceethrofbmyfxjskyaazlvomyivubunnnouwiavtuwjhvpwprralfaloq&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:10:54:28 +0000] "PUT /devstoreaccount1/cont/fbxlflkqxeucckmvexbllfkfirjzaoxn?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:10:54:28 +0000] "GET /devstoreaccount1/cont/fbxlflkqxeucckmvexbllfkfirjzaoxn HTTP/1.1" 206 4 127.0.0.1 - - [31/Aug/2024:10:54:28 +0000] "GET /devstoreaccount1/cont/fbxlflkqxeucckmvexbllfkfirjzaoxn HTTP/1.1" 206 2 127.0.0.1 - - [31/Aug/2024:10:54:28 +0000] "DELETE /devstoreaccount1/cont/fbxlflkqxeucckmvexbllfkfirjzaoxn HTTP/1.1" 202 - + for _ in {1..100} + clickhouse-client --query 'SELECT 1' 1 + break + setup_logs_replication + set +x File /tmp/export-logs-config.sh does not exist, do not setup + attach_gdb_to_clickhouse ++ kill -l SIGRTMIN + RTMIN=34 + echo ' set follow-fork-mode parent handle SIGHUP nostop noprint pass handle SIGINT nostop noprint pass handle SIGQUIT nostop noprint pass handle SIGPIPE nostop noprint pass handle SIGTERM nostop noprint pass handle SIGUSR1 nostop noprint pass handle SIGUSR2 nostop noprint pass handle SIG34 nostop noprint pass info signals continue backtrace full thread apply all backtrace full info registers disassemble /s up disassemble /s up disassemble /s p "done" detach quit ' + sleep 5 + ts '%Y-%m-%d %H:%M:%S' ++ cat /var/run/clickhouse-server/clickhouse-server.pid + gdb -batch -command script.gdb -p 746 + run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' + [[ aehxB =~ e ]] + set_e=true + set +e + local total_retries=60 + shift + local retry=0 + '[' 0 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Connected to clickhouse-server after attaching gdb + true + set -e + return + export -f run_tests + '[' 1 -gt 1 ']' + timeout_with_logging 9720 bash -c run_tests + local exit_code=0 + timeout 9720 bash -c run_tests + read -ra ADDITIONAL_OPTIONS + HIGH_LEVEL_COVERAGE=YES + '[' 1 -gt 1 ']' + [[ -n '' ]] + [[ -n '' ]] ++ clickhouse-client --query 'SELECT value LIKE '\''%SANITIZE_COVERAGE%'\'' FROM system.build_options WHERE name = '\''CXX_FLAGS'\''' + [[ 1 == 0 ]] + ADDITIONAL_OPTIONS+=('--jobs') + ADDITIONAL_OPTIONS+=('8') + [[ -n 0 ]] + [[ -n 5 ]] + ADDITIONAL_OPTIONS+=('--run-by-hash-num') + ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_NUM") + ADDITIONAL_OPTIONS+=('--run-by-hash-total') + ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_TOTAL") + HIGH_LEVEL_COVERAGE=NO + [[ -n '' ]] + [[ NO = \Y\E\S ]] + ADDITIONAL_OPTIONS+=('--report-logs-stats') + try_run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + local total_retries=10 + shift + fn_exists run_with_retry + declare -F run_with_retry + run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + [[ hxBc =~ e ]] + set_e=false + set +e + local total_retries=10 + shift + local retry=0 + '[' 0 -ge 10 ']' + clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + false + return + set +e + clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 0 --run-by-hash-total 5 --report-logs-stats + ts '%Y-%m-%d %H:%M:%S' + tee -a test_output/test_result.txt 2024-08-31 13:55:17 Using queries from '/usr/share/clickhouse-test/queries' directory 2024-08-31 13:55:17 Connecting to ClickHouse server... OK 2024-08-31 13:55:17 Connected to server 24.3.5.48.altinityfips @ f030c602050d371934c7b7609b7a8228fb1c7779 HEAD 2024-08-31 13:55:17 Found 1170 parallel tests and 123 sequential tests 2024-08-31 13:55:18 2024-08-31 13:55:18 Running about 146 stateless tests (ForkPoolWorker-9). 2024-08-31 13:55:18 2024-08-31 13:55:18 03033_final_undefined_last_mark: [ OK ] 0.33 sec. 2024-08-31 13:55:18 2024-08-31 13:55:18 Running about 146 stateless tests (ForkPoolWorker-2). 2024-08-31 13:55:18 2024-08-31 13:55:18 03165_distinct_with_window_func_crash: [ OK ] 0.51 sec. 2024-08-31 13:55:18 2024-08-31 13:55:18 Running about 146 stateless tests (ForkPoolWorker-4). 2024-08-31 13:55:18 2024-08-31 13:55:18 03129_update_nested_materialized_column_check: [ OK ] 0.52 sec. 2024-08-31 13:55:18 2024-08-31 13:55:18 Running about 146 stateless tests (ForkPoolWorker-6). 2024-08-31 13:55:18 2024-08-31 13:55:18 03038_move_partition_to_oneself_deadlock: [ OK ] 0.84 sec. 2024-08-31 13:55:18 03033_parts_splitter_bug_and_index_loading: [ OK ] 0.53 sec. 2024-08-31 13:55:18 03023_analyzer_optimize_group_by_function_keys_with_nulls: [ OK ] 0.41 sec. 2024-08-31 13:55:19 2024-08-31 13:55:19 Running about 146 stateless tests (ForkPoolWorker-7). 2024-08-31 13:55:19 2024-08-31 13:55:19 03035_internal_functions_direct_call: [ OK ] 1.26 sec. 2024-08-31 13:55:19 03022_highlight_digit_groups: [ OK ] 0.45 sec. 2024-08-31 13:55:19 03033_analyzer_resolve_from_parent_scope: [ OK ] 0.80 sec. 2024-08-31 13:55:19 2024-08-31 13:55:19 Running about 146 stateless tests (ForkPoolWorker-3). 2024-08-31 13:55:19 2024-08-31 13:55:19 03144_alter_column_and_read: [ OK ] 0.55 sec. 2024-08-31 13:55:19 03018_analyzer_distributed_query_with_positional_arguments: [ OK ] 0.53 sec. 2024-08-31 13:55:19 03013_fuzz_arrayPartialReverseSort: [ OK ] 0.44 sec. 2024-08-31 13:55:19 03011_adaptative_timeout_compatibility: [ OK ] 0.40 sec. 2024-08-31 13:55:19 2024-08-31 13:55:19 Running about 146 stateless tests (ForkPoolWorker-8). 2024-08-31 13:55:19 2024-08-31 13:55:19 03033_analyzer_query_parameters: [ OK ] 1.80 sec. 2024-08-31 13:55:19 03013_group_by_use_nulls_with_materialize_and_analyzer: [ OK ] 0.53 sec. 2024-08-31 13:55:20 03010_read_system_parts_table_test: [ OK ] 0.56 sec. 2024-08-31 13:55:20 03002_map_array_functions_with_low_cardinality: [ OK ] 0.43 sec. 2024-08-31 13:55:20 03001_analyzer_nullable_nothing: [ OK ] 0.44 sec. 2024-08-31 13:55:20 03002_int_div_decimal_with_date_bug: [ OK ] 0.56 sec. 2024-08-31 13:55:20 03000_too_big_max_execution_time_setting: [ OK ] 0.32 sec. 2024-08-31 13:55:20 02999_ulid_short_circuit: [ OK ] 0.49 sec. 2024-08-31 13:55:20 02998_analyzer_secret_args_tree_node: [ OK ] 0.45 sec. 2024-08-31 13:55:20 02995_index: [ SKIPPED ] 0.00 sec. - not running for current build 2024-08-31 13:55:20 02998_operator_respect_nulls: [ OK ] 0.50 sec. 2024-08-31 13:55:21 02996_analyzer_prewhere_projection: [ OK ] 0.55 sec. 2024-08-31 13:55:21 02998_to_milliseconds: [ OK ] 1.09 sec. 2024-08-31 13:55:21 03003_database_filesystem_format_detection: [ OK ] 2.00 sec. 2024-08-31 13:55:21 03020_long_values_pretty_are_not_cut_if_single: [ OK ] 2.96 sec. 2024-08-31 13:55:22 02987_logical_optimizer_pass_lowcardinality: [ OK ] 0.48 sec. 2024-08-31 13:55:22 02986_leftpad_fixedstring: [ OK ] 0.58 sec. 2024-08-31 13:55:22 02989_mysql_transaction_test: [ OK ] 1.16 sec. 2024-08-31 13:55:23 02992_all_columns_should_have_comment: [ OK ] 2.16 sec. 2024-08-31 13:55:24 02982_comments_in_system_tables: [ OK ] 1.89 sec. 2024-08-31 13:55:24 02969_mysql_cast_type_aliases: [ OK ] 0.68 sec. 2024-08-31 13:55:25 02973_s3_compressed_file_in_error_message: [ OK ] 1.76 sec. 2024-08-31 13:55:25 02968_sumMap_with_nan: [ OK ] 0.46 sec. 2024-08-31 13:55:25 02974_backup_query_format_null: [ OK ] 2.89 sec. 2024-08-31 13:55:25 02962_parallel_window_functions_different_partitioning: [ OK ] 0.47 sec. 2024-08-31 13:55:26 02962_indexHint_rpn_construction: [ OK ] 0.51 sec. 2024-08-31 13:55:26 02980_s3_plain_DROP_TABLE_ReplicatedMergeTree: [ OK ] 3.93 sec. 2024-08-31 13:55:26 02967_http_compressed: [ OK ] 1.26 sec. 2024-08-31 13:55:26 02962_max_joined_block_rows: [ OK ] 0.96 sec. 2024-08-31 13:55:26 02955_sparkBar_alias_sparkbar: [ OK ] 0.51 sec. 2024-08-31 13:55:27 02947_dropped_tables_parts: [ OK ] 0.50 sec. 2024-08-31 13:55:27 02946_literal_alias_misclassification: [ OK ] 0.53 sec. 2024-08-31 13:55:27 02952_clickhouse_local_query_parameters_cli: [ OK ] 1.49 sec. 2024-08-31 13:55:28 02943_exprs_order_in_group_by_with_rollup: [ OK ] 0.60 sec. 2024-08-31 13:55:28 02944_variant_as_common_type: [ OK ] 1.14 sec. 2024-08-31 13:55:28 02941_any_RESPECT_NULL_sparse_column: [ OK ] 0.47 sec. 2024-08-31 13:55:29 02942_variant_cast: [ OK ] 1.53 sec. 2024-08-31 13:55:31 02994_merge_tree_mutations_cleanup: [ OK ] 10.81 sec. 2024-08-31 13:55:33 02947_merge_tree_index_table_3: [ OK ] 6.46 sec. 2024-08-31 13:55:33 02940_json_array_of_unnamed_tuples_inference: [ OK ] 0.57 sec. 2024-08-31 13:55:36 02935_format_with_arbitrary_types: [ OK ] 2.56 sec. 2024-08-31 13:55:41 02933_replicated_database_forbid_create_as_select: [ OK ] 4.64 sec. 2024-08-31 13:55:41 02933_compare_with_bool_as_string: [ OK ] 0.55 sec. 2024-08-31 13:55:56 02941_variant_type_alters: [ OK ] 28.26 sec. 2024-08-31 13:56:02 02932_analyzer_rewrite_sum_column_and_constant: [ OK ] 5.08 sec. 2024-08-31 13:56:04 02932_lwd_and_mutations: [ OK ] 2.03 sec. 2024-08-31 13:56:12 02931_client_fuzzy_search_crash: [ OK ] 7.83 sec. 2024-08-31 13:56:14 02993_lazy_index_loading: [ OK ] 53.27 sec. 2024-08-31 13:56:14 02923_join_use_nulls_modulo: [ OK ] 0.71 sec. 2024-08-31 13:56:16 02923_hdfs_engine_size_virtual_column: [ OK ] 4.28 sec. 2024-08-31 13:56:17 02921_bit_hamming_distance_big_int: [ OK ] 0.70 sec. 2024-08-31 13:56:17 02920_rename_column_of_skip_indices: [ OK ] 0.71 sec. 2024-08-31 13:56:18 02919_alter_temporary_table_with_nondefault_engine: [ OK ] 0.60 sec. 2024-08-31 13:56:20 02918_template_format_deadlock: [ OK ] 1.76 sec. 2024-08-31 13:56:21 02922_analyzer_aggregate_nothing_type: [ OK ] 6.22 sec. 2024-08-31 13:56:21 02917_transform_tsan: [ OK ] 0.41 sec. 2024-08-31 13:56:22 02916_distributed_skip_unavailable_shards: [ OK ] 0.60 sec. 2024-08-31 13:56:22 02932_refreshable_materialized_views: [ OK ] 40.97 sec. 2024-08-31 13:56:23 02915_analyzer_fuzz_2: [ OK ] 1.19 sec. 2024-08-31 13:56:25 02915_analyzer_fuzz_6: [ OK ] 1.20 sec. 2024-08-31 13:56:25 03008_uniq_exact_equal_ranges: [ OK ] 66.27 sec. 2024-08-31 13:56:26 02916_dictionary_access: [ OK ] 4.16 sec. 2024-08-31 13:56:26 02911_cte_invalid_query_analysis: [ OK ] 0.93 sec. 2024-08-31 13:56:26 02911_add_index_and_materialize_index: [ OK ] 0.49 sec. 2024-08-31 13:56:27 02907_filter_pushdown_crash: [ OK ] 0.77 sec. 2024-08-31 13:56:27 02943_variant_read_subcolumns: [ OK ] 59.70 sec. 2024-08-31 13:56:28 02912_ingestion_mv_deduplication: [ OK ] 3.06 sec. 2024-08-31 13:56:28 02918_implicit_sign_column_constraints_for_collapsing_engine: [ OK ] 8.03 sec. 2024-08-31 13:56:28 02906_interval_comparison: [ OK ] 0.93 sec. 2024-08-31 13:56:29 02902_topKGeneric_deserialization_memory: [ OK ] 0.65 sec. 2024-08-31 13:56:29 02902_diable_apply_deleted_mask: [ OK ] 0.88 sec. 2024-08-31 13:56:29 02904_distributed_settings_background_insert_compatibility: [ OK ] 1.03 sec. 2024-08-31 13:56:29 02900_decimal_sort_with_multiple_columns: [ OK ] 0.45 sec. 2024-08-31 13:56:29 02901_remove_nullable_crash_analyzer: [ OK ] 0.76 sec. 2024-08-31 13:56:29 02900_window_function_with_sparse_column: [ OK ] 0.59 sec. 2024-08-31 13:56:31 02896_union_distinct_http_format: [ OK ] 1.38 sec. 2024-08-31 13:56:31 02907_backup_mv_with_no_source_table: [ OK ] 4.45 sec. 2024-08-31 13:56:31 02899_distributed_limit_by: [ OK ] 2.00 sec. 2024-08-31 13:56:32 02893_vertical_final_array_join: [ OK ] 0.68 sec. 2024-08-31 13:56:32 02904_arrow_dictionary_indexes: [ OK ] 4.72 sec. 2024-08-31 13:56:33 02888_system_tables_with_inaccessible_table_function: [ OK ] 1.00 sec. 2024-08-31 13:56:33 02884_virtual_column_order_by: [ OK ] 0.51 sec. 2024-08-31 13:56:33 02887_byteswap: [ OK ] 1.36 sec. 2024-08-31 13:56:34 02891_input_csv_cr_end_of_line: [ OK ] 2.96 sec. 2024-08-31 13:56:35 02896_max_execution_time_with_break_overflow_mode: [ OK ] 5.60 sec. 2024-08-31 13:56:36 02883_array_scalar_mult_div_modulo: [ OK ] 1.12 sec. 2024-08-31 13:56:37 02884_async_insert_native_protocol_2: [ OK ] 4.25 sec. 2024-08-31 13:56:38 02883_named_collections_override: [ OK ] 3.92 sec. 2024-08-31 13:56:38 02876_s3_cluster_schema_inference_names_with_spaces: [ OK ] 0.84 sec. 2024-08-31 13:56:39 02875_json_array_as_string: [ OK ] 0.45 sec. 2024-08-31 13:56:41 02872_gcd_codec: [ OK ] 2.57 sec. 2024-08-31 13:56:42 02875_show_functions: [ OK ] 3.16 sec. 2024-08-31 13:56:42 02871_join_on_system_errors: [ OK ] 0.54 sec. 2024-08-31 13:56:43 02877_optimize_read_in_order_from_view: [ OK ] 6.75 sec. 2024-08-31 13:56:43 02871_clickhouse_client_restart_pager: [ OK ] 1.89 sec. 2024-08-31 13:56:43 02869_insert_filenames_collisions: [ OK ] 1.07 sec. 2024-08-31 13:56:44 02864_filtered_url_with_globs: [ OK ] 0.53 sec. 2024-08-31 13:56:45 02865_tcp_proxy_query_packet_validation: [ OK ] 1.39 sec. 2024-08-31 13:56:49 02864_restore_table_with_broken_part: [ OK ] 4.13 sec. 2024-08-31 13:56:51 02864_statistic_exception: [ OK ] 1.77 sec. 2024-08-31 13:56:51 02863_interpolate_subquery: [ OK ] 0.45 sec. 2024-08-31 13:56:52 02861_uuid_format_serialization: [ OK ] 0.55 sec. 2024-08-31 13:56:52 02864_replace_partition_with_duplicated_parts_zookeeper: [ OK ] 7.97 sec. 2024-08-31 13:56:52 02845_domain_rfc_support_ipv6: [ OK ] 0.72 sec. 2024-08-31 13:56:53 02895_npy_format: [ OK ] 22.03 sec. 2024-08-31 13:56:53 02941_variant_type_4: [ OK ] 81.86 sec. 2024-08-31 13:56:54 02842_filesystem_cache_validate_path: [ OK ] 0.52 sec. 2024-08-31 13:56:54 02842_vertical_merge_after_add_drop_column: [ OK ] 0.59 sec. 2024-08-31 13:56:54 02841_tuple_modulo: [ OK ] 0.46 sec. 2024-08-31 13:56:55 02835_join_step_explain: [ OK ] 0.70 sec. 2024-08-31 13:56:55 02867_storage_set_tsan: [ OK ] 11.87 sec. 2024-08-31 13:56:55 02941_variant_type_3: [ OK ] 85.93 sec. 2024-08-31 13:56:56 02845_table_function_hdfs_filter_by_virtual_columns: [ OK ] 3.83 sec. 2024-08-31 13:56:56 02834_analyzer_with_statement_references: [ OK ] 0.61 sec. 2024-08-31 13:56:56 02834_sparse_columns_sort_with_limit: [ OK ] 1.12 sec. 2024-08-31 13:56:56 02833_array_join_columns: [ OK ] 0.57 sec. 2024-08-31 13:56:56 02818_memory_profiler_sample_min_max_allocation_size: [ SKIPPED ] 0.00 sec. - not running for current build 2024-08-31 13:56:56 02833_window_func_range_offset: [ OK ] 0.63 sec. 2024-08-31 13:56:57 02828_create_as_table_function_rename: [ OK ] 0.49 sec. 2024-08-31 13:56:57 02816_s2_invalid_point: [ OK ] 0.43 sec. 2024-08-31 13:56:57 02834_client_yaml_configs: [ OK ] 1.93 sec. 2024-08-31 13:56:57 02841_group_array_sorted: [ OK ] 3.41 sec. 2024-08-31 13:56:58 02814_age_datediff: [ OK ] 1.22 sec. 2024-08-31 13:56:58 02842_one_input_format: [ OK ] 5.56 sec. 2024-08-31 13:56:58 02813_seriesDecomposeSTL: [ OK ] 1.36 sec. 2024-08-31 13:56:58 02812_pointwise_array_operations: [ OK ] 1.27 sec. 2024-08-31 13:56:58 02807_lower_utf8_msan: [ OK ] 0.45 sec. 2024-08-31 13:56:59 02804_clusterAllReplicas_insert: [ OK ] 0.45 sec. 2024-08-31 13:56:59 02797_join_nested_lowcardinality_convert: [ OK ] 1.01 sec. 2024-08-31 13:57:01 02808_custom_disk_with_user_defined_name: [ OK ] 2.91 sec. 2024-08-31 13:57:01 02803_backup_tmp_files: [ OK ] 2.75 sec. 2024-08-31 13:57:01 02794_pushdown_invalid_get: [ OK ] 0.55 sec. 2024-08-31 13:57:01 02884_create_view_with_sql_security_option: [ OK ] 27.85 sec. 2024-08-31 13:57:02 02788_current_schemas_function: [ OK ] 0.60 sec. 2024-08-31 13:57:02 02797_read_subcolumns_from_files: [ OK ] 3.36 sec. 2024-08-31 13:57:03 02785_summing_merge_tree_datetime64: [ OK ] 0.68 sec. 2024-08-31 13:57:03 02788_fix_logical_error_in_sorting: [ OK ] 1.77 sec. 2024-08-31 13:57:04 02786_parquet_big_integer_compatibility: [ OK ] 1.69 sec. 2024-08-31 13:57:04 02784_parallel_replicas_automatic_decision_join: [ SKIPPED ] 0.00 sec. - not running for current build 2024-08-31 13:57:04 02784_projections_read_in_order_bug: [ OK ] 0.95 sec. 2024-08-31 13:57:06 02782_avro_decimals: [ OK ] 1.95 sec. 2024-08-31 13:57:06 02796_projection_date_filter_on_view: [ OK ] 6.29 sec. 2024-08-31 13:57:07 02771_tsv_csv_custom_skip_trailing_empty_lines: [ OK ] 1.10 sec. 2024-08-31 13:57:08 02769_compare_functions_nan: [ OK ] 0.95 sec. 2024-08-31 13:57:08 02813_create_index_noop: [ OK ] 11.46 sec. 2024-08-31 13:57:08 02783_date_predicate_optimizations: [ OK ] 4.71 sec. 2024-08-31 13:57:09 02764_parallel_replicas_plain_merge_tree: [ OK ] 0.63 sec. 2024-08-31 13:57:09 02751_match_constant_needle: [ OK ] 0.44 sec. 2024-08-31 13:57:09 02769_parallel_replicas_unavailable_shards: [ OK ] 3.53 sec. 2024-08-31 13:57:10 02766_prql: [ OK ] 2.44 sec. 2024-08-31 13:57:11 02750_settings_alias_tcp_protocol: [ OK ] 1.28 sec. 2024-08-31 13:57:11 02737_arrayJaccardIndex: [ OK ] 1.47 sec. 2024-08-31 13:57:11 02734_big_int_from_float_ubsan: [ OK ] 0.43 sec. 2024-08-31 13:57:11 02735_system_zookeeper_connection: [ OK ] 0.83 sec. 2024-08-31 13:57:12 02733_fix_distinct_in_order_bug_49622: [ OK ] 0.47 sec. 2024-08-31 13:57:12 02732_transform_fuzz: [ OK ] 0.70 sec. 2024-08-31 13:57:12 02734_sparse_columns_mutation: [ OK ] 1.05 sec. 2024-08-31 13:57:12 02731_in_operator_with_one_size_tuple: [ OK ] 0.54 sec. 2024-08-31 13:57:13 02815_analyzer_aggregate_functions_of_group_by_keys: [ OK ] 16.54 sec. 2024-08-31 13:57:14 02725_object_column_alter: [ OK ] 0.60 sec. 2024-08-31 13:57:14 02730_with_fill_by_sorting_prefix: [ OK ] 1.24 sec. 2024-08-31 13:57:14 02725_null_group_key_with_rollup: [ OK ] 0.54 sec. 2024-08-31 13:57:16 02725_agg_projection_resprect_PK: [ OK ] 1.63 sec. 2024-08-31 13:57:16 02731_zero_objects_in_metadata: [ OK ] 4.26 sec. 2024-08-31 13:57:17 02725_any_join_single_row: [ OK ] 0.86 sec. 2024-08-31 13:57:17 02723_jit_aggregation_bug_48120: [ OK ] 0.81 sec. 2024-08-31 13:57:18 02716_int256_arrayfunc: [ OK ] 0.89 sec. 2024-08-31 13:57:20 02714_local_object_storage: [ OK ] 1.55 sec. 2024-08-31 13:57:20 02713_sequence_match_serialization_fix: [ OK ] 0.75 sec. 2024-08-31 13:57:21 02718_parquet_metadata_format: [ OK ] 4.12 sec. 2024-08-31 13:57:23 02711_soundex_function: [ OK ] 1.65 sec. 2024-08-31 13:57:24 02731_analyzer_join_resolve_nested: [ OK ] 12.43 sec. 2024-08-31 13:57:24 02789_reading_from_s3_with_connection_pool: [ OK ] 22.86 sec. 2024-08-31 13:57:24 02710_aggregation_nested_map_ip_uuid: [ OK ] 1.86 sec. 2024-08-31 13:57:25 02707_analyzer_nested_lambdas_types: [ OK ] 0.66 sec. 2024-08-31 13:57:25 02712_bool_better_exception_message: [ OK ] 4.49 sec. 2024-08-31 13:57:25 02701_invalid_having_NOT_AN_AGGREGATE: [ OK ] 0.50 sec. 2024-08-31 13:57:26 02701_non_parametric_function: [ OK ] 0.47 sec. 2024-08-31 13:57:26 02705_settings_check_changed_flag: [ OK ] 1.97 sec. 2024-08-31 13:57:27 02688_aggregate_states: [ OK ] 1.29 sec. 2024-08-31 13:57:28 02685_decimal256_various: [ OK ] 1.39 sec. 2024-08-31 13:57:28 02680_illegal_type_of_filter_projection: [ OK ] 0.74 sec. 2024-08-31 13:57:28 02707_clickhouse_local_implicit_file_table_function: [ OK ] 3.90 sec. 2024-08-31 13:57:29 02679_explain_merge_tree_prewhere_row_policy: [ OK ] 0.83 sec. 2024-08-31 13:57:30 02677_analyzer_bitmap_has_any: [ OK ] 1.43 sec. 2024-08-31 13:57:30 02680_mysql_ast_logical_err: [ OK ] 1.67 sec. 2024-08-31 13:57:30 02703_storage_s3_race: [ OK ] 5.12 sec. 2024-08-31 13:57:30 02675_predicate_push_down_filled_join_fix: [ OK ] 0.68 sec. 2024-08-31 13:57:30 02677_analyzer_compound_expressions: [ OK ] 1.34 sec. 2024-08-31 13:57:30 02674_and_consistency: [ OK ] 0.56 sec. 2024-08-31 13:57:31 02670_constant_skip_index: [ OK ] 0.65 sec. 2024-08-31 13:57:31 02668_logical_optimizer_removing_redundant_checks: [ OK ] 0.67 sec. 2024-08-31 13:57:31 02662_sparse_columns_mutations_4: [ OK ] 0.64 sec. 2024-08-31 13:57:32 02587_csv_big_numbers_inference: [ OK ] 0.53 sec. 2024-08-31 13:57:32 02584_range_ipv4: [ OK ] 0.44 sec. 2024-08-31 13:57:32 02579_fill_empty_chunk_analyzer: [ OK ] 0.59 sec. 2024-08-31 13:57:32 02578_ipv4_codec_t64: [ OK ] 0.53 sec. 2024-08-31 13:57:33 02576_rewrite_array_exists_to_has: [ OK ] 0.56 sec. 2024-08-31 13:57:33 02675_sparse_columns_clear_column: [ OK ] 3.15 sec. 2024-08-31 13:57:34 02577_keepermap_delete_update: [ OK ] 1.63 sec. 2024-08-31 13:57:34 02575_merge_prewhere_different_default_kind: [ OK ] 1.06 sec. 2024-08-31 13:57:34 02574_suspicious_low_cardinality_msan: [ OK ] 1.33 sec. 2024-08-31 13:57:34 02572_max_intersections: [ OK ] 0.51 sec. 2024-08-31 13:57:35 02564_date_format: [ OK ] 0.81 sec. 2024-08-31 13:57:35 02565_analyzer_limit_settings: [ OK ] 1.01 sec. 2024-08-31 13:57:36 02571_local_desc_abort_on_twitter_json: [ OK ] 1.99 sec. 2024-08-31 13:57:37 02560_with_fill_int256_int: [ OK ] 1.47 sec. 2024-08-31 13:57:37 02559_multiple_read_steps_in_prewhere_reuse_computation: [ OK ] 0.71 sec. 2024-08-31 13:57:38 02559_multiple_read_steps_in_prewhere_fuzz: [ OK ] 0.76 sec. 2024-08-31 13:57:38 02560_window_ntile: [ OK ] 2.23 sec. 2024-08-31 13:57:38 02559_add_parts: [ OK ] 1.24 sec. 2024-08-31 13:57:39 02552_inner_join_with_where_true: [ OK ] 0.84 sec. 2024-08-31 13:57:39 02553_type_json_attach_partition: [ OK ] 1.33 sec. 2024-08-31 13:57:39 02559_multiple_read_steps_in_prewhere_missing_columns: [ OK ] 1.52 sec. 2024-08-31 13:57:40 02542_case_no_else: [ OK ] 0.60 sec. 2024-08-31 13:57:42 02542_transform_old: [ OK ] 1.90 sec. 2024-08-31 13:57:44 02541_lightweight_delete_on_cluster: [ OK ] 1.74 sec. 2024-08-31 13:57:44 02540_duplicate_primary_key2: [ OK ] 0.72 sec. 2024-08-31 13:57:45 02539_generate_random_ip: [ OK ] 0.64 sec. 2024-08-31 13:57:45 02538_ngram_bf_index_with_null: [ OK ] 0.50 sec. 2024-08-31 13:57:47 02543_alter_update_rename_stuck: [ OK ] 7.44 sec. 2024-08-31 13:57:47 02537_distributed_loosing_files_after_exception: [ OK ] 1.37 sec. 2024-08-31 13:57:47 02784_parallel_replicas_automatic_decision: [ OK ] 43.72 sec. 2024-08-31 13:57:49 02764_csv_trim_whitespaces: [ OK ] 40.55 sec. 2024-08-31 13:57:49 02536_replace_with_nonconst_needle_and_replacement: [ OK ] 2.43 sec. 2024-08-31 13:57:49 02531_ipv4_arithmetic: [ OK ] 0.44 sec. 2024-08-31 13:57:51 02532_send_logs_level_test: [ OK ] 2.32 sec. 2024-08-31 13:57:52 02532_json_missing_named_tuple_elements: [ OK ] 4.88 sec. 2024-08-31 13:57:52 02534_parquet_fixed_binary_array: [ OK ] 5.08 sec. 2024-08-31 13:57:53 02526_kv_engine_different_filter_type: [ OK ] 0.74 sec. 2024-08-31 13:57:53 02585_query_status_deadlock: [ OK ] 21.59 sec. 2024-08-31 13:57:53 02526_merge_join_int_decimal: [ OK ] 1.46 sec. 2024-08-31 13:57:53 02517_executable_pool_bad_input_query: [ OK ] 0.72 sec. 2024-08-31 13:57:54 02513_broken_datetime64_init_on_mac: [ OK ] 0.61 sec. 2024-08-31 13:57:54 02516_join_with_totals_and_subquery_bug: [ OK ] 1.43 sec. 2024-08-31 13:57:55 02520_group_array_last: [ OK ] 1.90 sec. 2024-08-31 13:57:55 02513_analyzer_sort_msan: [ OK ] 0.53 sec. 2024-08-31 13:57:55 02510_group_by_prewhere_null: [ OK ] 0.73 sec. 2024-08-31 13:57:55 02550_client_connections_credentials: [ OK ] 16.31 sec. 2024-08-31 13:57:55 02504_disallow_arrayjoin_in_mutations: [ OK ] 0.60 sec. 2024-08-31 13:57:55 02507_to_unix_timestamp_overflow: [ OK ] 0.70 sec. 2024-08-31 13:57:55 02503_in_lc_const_args_bug: [ OK ] 0.40 sec. 2024-08-31 13:57:56 02502_analyzer_insert_select_crash_fix: [ OK ] 0.59 sec. 2024-08-31 13:57:56 02500_prevent_drop_nested_if_empty_part: [ OK ] 0.80 sec. 2024-08-31 13:57:57 02498_analyzer_aggregate_functions_arithmetic_operations_pass_fix: [ OK ] 0.54 sec. 2024-08-31 13:57:57 02497_having_without_actual_aggregation_bug: [ OK ] 0.67 sec. 2024-08-31 13:58:00 02496_row_binary_large_string_size: [ OK ] 2.10 sec. 2024-08-31 13:58:00 02499_monotonicity_toUnixTimestamp64: [ OK ] 4.38 sec. 2024-08-31 13:58:09 02521_incorrect_dealy_for_insert_bug_44902: [ OK ] 17.49 sec. 2024-08-31 13:58:10 02494_analyzer_compound_expression_crash_fix: [ OK ] 0.46 sec. 2024-08-31 13:58:13 02500_remove_redundant_distinct_analyzer: [ OK ] 17.23 sec. 2024-08-31 13:58:13 02493_analyzer_uniq_injective_functions_elimination: [ OK ] 0.49 sec. 2024-08-31 13:58:17 02493_inconsistent_hex_and_binary_number: [ OK ] 3.81 sec. 2024-08-31 13:58:18 02496_remove_redundant_sorting_analyzer: [ OK ] 18.05 sec. 2024-08-31 13:58:19 02490_benchmark_max_consecutive_errors: [ OK ] 1.83 sec. 2024-08-31 13:58:22 02493_max_streams_for_merge_tree_reading: [ OK ] 12.48 sec. 2024-08-31 13:58:24 02488_zero_copy_detached_parts_drop_table: [ OK ] 5.93 sec. 2024-08-31 13:58:24 02482_insert_into_dist_race: [ OK ] 0.70 sec. 2024-08-31 13:58:25 02485_zero_copy_commit_error: [ OK ] 5.55 sec. 2024-08-31 13:58:25 02481_array_join_with_map: [ OK ] 0.57 sec. 2024-08-31 13:58:25 02481_aggregation_in_order_plan: [ OK ] 0.64 sec. 2024-08-31 13:58:26 02480_parse_date_time_best_effort_math_overflow: [ OK ] 0.45 sec. 2024-08-31 13:58:26 02480_every_asynchronous_metric_must_have_documentation: [ OK ] 0.42 sec. 2024-08-31 13:58:26 02482_load_parts_refcounts: [ OK ] 3.88 sec. 2024-08-31 13:58:27 02481_pk_analysis_with_enum_to_string: [ OK ] 1.47 sec. 2024-08-31 13:58:27 02479_if_with_null_and_cullable_const: [ OK ] 0.42 sec. 2024-08-31 13:58:27 02494_zero_copy_projection_cancel_fetch: [ OK ] 26.93 sec. 2024-08-31 13:58:27 02479_analyzer_join_with_constants: [ OK ] 0.73 sec. 2024-08-31 13:58:27 02478_window_frame_type_groups: [ OK ] 0.61 sec. 2024-08-31 13:58:28 02725_memory-for-merges: [ OK ] 74.54 sec. 2024-08-31 13:58:28 02479_mysql_connect_to_self: [ OK ] 2.02 sec. 2024-08-31 13:58:28 02477_age_datetime64: [ OK ] 1.15 sec. 2024-08-31 13:58:29 02477_age_date32: [ OK ] 1.33 sec. 2024-08-31 13:58:29 02477_logical_expressions_optimizer_low_cardinality: [ OK ] 0.57 sec. 2024-08-31 13:58:29 02475_or_function_alias_and_const_where: [ OK ] 0.46 sec. 2024-08-31 13:58:29 02475_join_bug_42832: [ OK ] 0.65 sec. 2024-08-31 13:58:29 02475_analyzer_join_tree_subquery: [ OK ] 0.49 sec. 2024-08-31 13:58:30 02474_unhex_in_fix_string: [ OK ] 0.42 sec. 2024-08-31 13:58:30 02474_extract_fixedstring_from_json: [ OK ] 0.48 sec. 2024-08-31 13:58:30 02475_analysis_of_variance: [ OK ] 1.10 sec. 2024-08-31 13:58:31 02470_suspicious_low_cardinality_msan: [ OK ] 0.59 sec. 2024-08-31 13:58:31 02473_prewhere_with_bigint: [ OK ] 0.99 sec. 2024-08-31 13:58:31 02469_interval_msan: [ OK ] 0.80 sec. 2024-08-31 13:58:32 02462_match_regexp_pk: [ OK ] 0.69 sec. 2024-08-31 13:58:32 02477_s3_request_throttler: [ OK ] 4.60 sec. 2024-08-31 13:58:33 02461_mullable_pk_monotonicity_bug: [ OK ] 1.25 sec. 2024-08-31 13:58:33 02459_low_cardinality_uint128_aggregator: [ OK ] 1.37 sec. 2024-08-31 13:58:33 02458_datediff_date32: [ OK ] 1.30 sec. 2024-08-31 13:58:34 02458_empty_hdfs_url: [ OK ] 0.44 sec. 2024-08-31 13:58:34 02457_key_condition_with_types_that_cannot_be_nullable: [ OK ] 0.51 sec. 2024-08-31 13:58:34 02458_relax_too_many_parts: [ OK ] 1.39 sec. 2024-08-31 13:58:34 02457_filesystem_function: [ OK ] 0.58 sec. 2024-08-31 13:58:35 02456_alter-nullable-column-bag: [ OK ] 0.60 sec. 2024-08-31 13:58:35 02452_json_utf8_validation: [ OK ] 0.75 sec. 2024-08-31 13:58:36 02449_check_dependencies_and_table_shutdown: [ OK ] 0.82 sec. 2024-08-31 13:58:42 02451_order_by_monotonic: [ OK ] 7.40 sec. 2024-08-31 13:58:43 02446_parent_zero_copy_locks: [ OK ] 7.25 sec. 2024-08-31 13:58:44 02441_alter_delete_and_drop_column: [ OK ] 1.74 sec. 2024-08-31 13:58:45 02433_default_expression_operator_in: [ OK ] 0.77 sec. 2024-08-31 13:58:45 02456_progress_tty: [ OK ] 10.83 sec. 2024-08-31 13:58:45 02438_sync_replica_lightweight: [ OK ] 2.02 sec. 2024-08-31 13:58:46 02427_mutate_and_zero_copy_replication_zookeeper: [ OK ] 0.77 sec. 2024-08-31 13:58:46 02426_pod_array_overflow_2: [ OK ] 0.73 sec. 2024-08-31 13:58:46 02423_json_quote_float64: [ OK ] 0.42 sec. 2024-08-31 13:58:47 02425_categorical_information_value_properties: [ OK ] 1.03 sec. 2024-08-31 13:58:49 02476_analyzer_identifier_hints: [ OK ] 21.00 sec. 2024-08-31 13:58:50 02422_read_numbers_as_strings: [ OK ] 0.47 sec. 2024-08-31 13:58:51 02421_explain_subquery: [ OK ] 1.54 sec. 2024-08-31 13:58:52 02428_index_analysis_with_null_literal: [ OK ] 7.31 sec. 2024-08-31 13:58:54 02421_decimal_in_precision_issue_41125: [ OK ] 1.46 sec. 2024-08-31 13:58:55 02423_insert_stats_behaviour: [ OK ] 8.03 sec. 2024-08-31 13:58:56 02420_key_condition_actions_dag_bug_40599: [ OK ] 2.07 sec. 2024-08-31 13:58:56 02418_aggregate_combinators: [ OK ] 1.25 sec. 2024-08-31 13:58:58 02417_repeat_input_commands: [ OK ] 1.73 sec. 2024-08-31 13:58:59 02417_keeper_map_create_drop: [ OK ] 0.72 sec. 2024-08-31 13:58:59 02416_json_object_inference: [ OK ] 0.58 sec. 2024-08-31 13:59:00 02408_to_fixed_string_short_circuit: [ OK ] 0.51 sec. 2024-08-31 13:59:01 02404_lightweight_delete_vertical_merge: [ OK ] 1.54 sec. 2024-08-31 13:59:02 02398_subquery_where_pushdown_and_limit_offset: [ OK ] 0.55 sec. 2024-08-31 13:59:02 02394_every_profile_event_must_have_documentation: [ OK ] 0.36 sec. 2024-08-31 13:59:03 02470_mutation_sync_race: [ OK ] 32.49 sec. 2024-08-31 13:59:03 02387_analyzer_cte: [ OK ] 0.54 sec. 2024-08-31 13:59:04 02384_analyzer_dict_get_join_get: [ OK ] 1.22 sec. 2024-08-31 13:59:04 02391_hashed_dictionary_shards: [ OK ] 2.02 sec. 2024-08-31 13:59:05 02383_schema_inference_hints: [ OK ] 0.54 sec. 2024-08-31 13:59:05 02381_parseDateTime64BestEffortUS: [ OK ] 0.49 sec. 2024-08-31 13:59:06 02382_query_parameters_post: [ OK ] 1.24 sec. 2024-08-31 13:59:06 02381_analyzer_join_final: [ OK ] 0.65 sec. 2024-08-31 13:59:07 02380_analyzer_join_sample: [ OK ] 0.58 sec. 2024-08-31 13:59:07 02381_join_dup_columns_in_plan: [ OK ] 1.54 sec. 2024-08-31 13:59:08 02377_optimize_sorting_by_input_stream_properties: [ OK ] 1.23 sec. 2024-08-31 13:59:09 02375_scalar_lc_cte: [ OK ] 0.41 sec. 2024-08-31 13:59:09 02375_double_escaping_json: [ OK ] 0.39 sec. 2024-08-31 13:59:10 02374_analyzer_array_join: [ OK ] 0.92 sec. 2024-08-31 13:59:11 02378_analyzer_projection_names: [ OK ] 4.65 sec. 2024-08-31 13:59:12 02423_ddl_for_opentelemetry: [ OK ] 25.69 sec. 2024-08-31 13:59:13 02370_extractAll_regress: [ OK ] 0.41 sec. 2024-08-31 13:59:13 02367_analyzer_table_alias_columns: [ OK ] 0.62 sec. 2024-08-31 13:59:19 02417_opentelemetry_insert_on_distributed_table: [ OK ] 22.89 sec. 2024-08-31 13:59:19 02366_with_fill_date: [ OK ] 0.55 sec. 2024-08-31 13:59:22 02366_kql_tabular: [ OK ] 2.27 sec. 2024-08-31 13:59:22 02500_bson_read_object_id: [ OK ] 86.54 sec. 2024-08-31 13:59:23 02421_exponential_join_rewrite_21557: [ OK ] 31.64 sec. 2024-08-31 13:59:24 02358_file_default_value: [ OK ] 2.48 sec. 2024-08-31 13:59:24 02354_distributed_with_external_aggregation_memory_usage: [ SKIPPED ] 0.00 sec. - not running for current build 2024-08-31 13:59:27 02362_part_log_merge_algorithm: [ OK ] 5.38 sec. 2024-08-31 13:59:29 02354_vector_search_index_creation_negative: [ OK ] 4.93 sec. 2024-08-31 13:59:30 02353_ascii: [ OK ] 0.61 sec. 2024-08-31 13:59:30 02354_parse_timedelta: [ OK ] 3.05 sec. 2024-08-31 13:59:31 02353_explain_ast_optimize: [ OK ] 0.91 sec. 2024-08-31 13:59:32 02353_translate: [ OK ] 1.20 sec. 2024-08-31 13:59:32 02353_format_settings: [ OK ] 1.48 sec. 2024-08-31 13:59:33 02346_additional_filters_index: [ OK ] 1.40 sec. 2024-08-31 13:59:35 02344_analyzer_multiple_aliases_for_expression: [ OK ] 1.70 sec. 2024-08-31 13:59:36 02343_analyzer_lambdas_issue_28083: [ OK ] 0.70 sec. 2024-08-31 13:59:37 02341_analyzer_aliases_basics: [ OK ] 1.34 sec. 2024-08-31 13:59:38 02340_analyzer_functions: [ OK ] 0.84 sec. 2024-08-31 13:59:42 02345_implicit_transaction: [ OK ] 9.32 sec. 2024-08-31 13:59:43 02338_analyzer_constants_basic: [ OK ] 0.91 sec. 2024-08-31 13:59:44 02337_base58: [ OK ] 0.82 sec. 2024-08-31 13:59:45 02366_cancel_write_into_file: [ OK ] 32.06 sec. 2024-08-31 13:59:45 02325_dates_schema_inference: [ OK ] 1.41 sec. 2024-08-31 13:59:46 02321_nested_short_circuit_functions: [ OK ] 0.51 sec. 2024-08-31 13:59:46 02372_analyzer_join: [ OK ] 35.69 sec. 2024-08-31 13:59:46 02320_alter_columns_with_dots: [ OK ] 0.90 sec. 2024-08-31 13:59:47 02319_quantile_interpolated_weighted: [ OK ] 1.05 sec. 2024-08-31 13:59:47 02319_sql_standard_create_drop_index: [ OK ] 1.10 sec. 2024-08-31 13:59:48 02316_values_table_func_bug: [ OK ] 0.55 sec. 2024-08-31 13:59:49 02315_pmj_union_ubsan_35857: [ OK ] 0.53 sec. 2024-08-31 13:59:49 02315_grouping_constant_folding: [ OK ] 0.74 sec. 2024-08-31 13:59:49 02319_lightweight_delete_on_merge_tree: [ OK ] 3.49 sec. 2024-08-31 13:59:50 02313_cross_join_dup_col_names: [ OK ] 0.58 sec. 2024-08-31 13:59:50 02313_group_by_modifiers_with_non_default_types: [ OK ] 0.72 sec. 2024-08-31 13:59:50 02311_normalize_utf8_constant: [ OK ] 0.43 sec. 2024-08-31 13:59:51 02306_window_move_row_number_fix: [ OK ] 0.41 sec. 2024-08-31 13:59:51 02304_grouping_sets_with_rollup_cube: [ OK ] 0.41 sec. 2024-08-31 13:59:51 02302_projections_GROUP_BY_ORDERY_BY_optimize_aggregation_in_order: [ OK ] 0.70 sec. 2024-08-31 13:59:51 02295_global_with_in_subquery: [ OK ] 0.48 sec. 2024-08-31 13:59:54 02294_anova_cmp: [ OK ] 2.99 sec. 2024-08-31 13:59:54 02354_vector_search_bugs: [ OK ] 31.17 sec. 2024-08-31 13:59:55 02292_h3_unidirectional_funcs: [ OK ] 0.85 sec. 2024-08-31 13:59:55 02371_select_projection_normal_agg: [ OK ] 44.12 sec. 2024-08-31 13:59:56 02293_h3_hex_ring: [ OK ] 1.17 sec. 2024-08-31 13:59:56 02292_nested_not_flattened_detach: [ OK ] 0.45 sec. 2024-08-31 13:59:56 02287_legacy_column_name_of_tuple_literal_over_distributed: [ OK ] 0.45 sec. 2024-08-31 13:59:56 02291_dictionary_scalar_subquery_reload: [ OK ] 0.78 sec. 2024-08-31 13:59:56 02286_tuple_numeric_identifier: [ OK ] 0.75 sec. 2024-08-31 13:59:57 02530_dictionaries_update_field: [ OK ] 127.15 sec. 2024-08-31 13:59:57 02271_int_sql_compatibility: [ OK ] 0.53 sec. 2024-08-31 13:59:57 02340_parts_refcnt_mergetree: [ OK ] 18.88 sec. 2024-08-31 13:59:57 02271_temporary_table_show_rows_bytes: [ OK ] 0.43 sec. 2024-08-31 13:59:57 02267_insert_empty_data: [ OK ] 0.51 sec. 2024-08-31 13:59:58 02267_type_inference_for_insert_into_function_null: [ OK ] 0.56 sec. 2024-08-31 13:59:58 02277_full_sort_join_misc: [ OK ] 1.70 sec. 2024-08-31 13:59:58 02271_fix_column_matcher_and_column_transformer: [ OK ] 1.37 sec. 2024-08-31 13:59:58 02264_format_insert_compression: [ OK ] 0.45 sec. 2024-08-31 13:59:59 02293_part_log_has_merge_reason: [ OK ] 7.47 sec. 2024-08-31 14:00:00 02252_executable_user_defined_function_short_circuit: [ OK ] 2.15 sec. 2024-08-31 14:00:00 02245_s3_schema_desc: [ OK ] 1.07 sec. 2024-08-31 14:00:00 02244_casewithexpression_return_type: [ OK ] 0.42 sec. 2024-08-31 14:00:00 02246_clickhouse_local_drop_database: [ OK ] 2.53 sec. 2024-08-31 14:00:01 02245_join_with_nullable_lowcardinality_crash: [ OK ] 0.58 sec. 2024-08-31 14:00:01 02242_negative_datetime64: [ OK ] 0.49 sec. 2024-08-31 14:00:01 02243_in_ip_address: [ OK ] 0.57 sec. 2024-08-31 14:00:02 02242_make_date_mysql: [ OK ] 1.10 sec. 2024-08-31 14:00:02 02269_bool_map_sync_after_error: [ OK ] 5.44 sec. 2024-08-31 14:00:02 02242_join_rocksdb: [ OK ] 1.78 sec. 2024-08-31 14:00:03 02239_client_host_help: [ OK ] 1.71 sec. 2024-08-31 14:00:03 02234_column_function_short_circuit: [ OK ] 0.65 sec. 2024-08-31 14:00:05 02254_projection_broken_part: [ OK ] 7.51 sec. 2024-08-31 14:00:06 02234_clickhouse_local_test_mode: [ OK ] 2.90 sec. 2024-08-31 14:00:11 02317_distinct_in_order_optimization_explain: [ OK ] 23.85 sec. 2024-08-31 14:00:12 02232_functions_to_subcolumns_alias: [ OK ] 0.70 sec. 2024-08-31 14:00:13 02232_allow_only_replicated_engine: [ OK ] 7.09 sec. 2024-08-31 14:00:13 02212_h3_point_dist: [ OK ] 1.20 sec. 2024-08-31 14:00:13 02210_toColumnTypeName_toLowCardinality_const: [ OK ] 0.57 sec. 2024-08-31 14:00:15 02206_array_starts_ends_with: [ OK ] 1.27 sec. 2024-08-31 14:00:15 02206_information_schema_show_database: [ OK ] 0.62 sec. 2024-08-31 14:00:16 02207_subseconds_intervals: [ OK ] 2.53 sec. 2024-08-31 14:00:16 02239_bzip2_bug: [ OK ] 13.84 sec. 2024-08-31 14:00:17 02189_join_type_conversion: [ OK ] 0.57 sec. 2024-08-31 14:00:17 02188_table_function_format: [ OK ] 0.74 sec. 2024-08-31 14:00:17 02235_add_part_offset_virtual_column: [ OK ] 15.02 sec. 2024-08-31 14:00:18 02200_use_skip_indexes: [ OK ] 2.15 sec. 2024-08-31 14:00:18 02201_use_skip_indexes_if_final: [ OK ] 2.41 sec. 2024-08-31 14:00:19 02185_range_hashed_dictionary_open_ranges: [ OK ] 1.42 sec. 2024-08-31 14:00:19 02185_arraySlice_negative_offset_size: [ OK ] 0.96 sec. 2024-08-31 14:00:21 02185_orc_corrupted_file: [ OK ] 2.57 sec. 2024-08-31 14:00:21 02246_is_secure_query_log: [ OK ] 23.30 sec. 2024-08-31 14:00:22 02181_dictionary_attach_detach: [ OK ] 1.05 sec. 2024-08-31 14:00:22 02177_issue_31009: [ SKIPPED ] 0.00 sec. - not running for current build 2024-08-31 14:00:22 02177_merge_optimize_aggregation_in_order: [ OK ] 1.00 sec. 2024-08-31 14:00:23 02176_optimize_aggregation_in_order_empty: [ OK ] 0.79 sec. 2024-08-31 14:00:24 02175_distributed_join_current_database: [ OK ] 1.67 sec. 2024-08-31 14:00:24 02187_insert_values_with_mv: [ OK ] 6.57 sec. 2024-08-31 14:00:24 02184_default_table_engine: [ OK ] 5.28 sec. 2024-08-31 14:00:24 02183_combinator_if: [ OK ] 5.26 sec. 2024-08-31 14:00:24 02234_cast_to_ip_address: [ OK ] 21.18 sec. 2024-08-31 14:00:25 02169_fix_view_offset_limit_setting: [ OK ] 0.81 sec. 2024-08-31 14:00:25 02163_operators: [ OK ] 0.53 sec. 2024-08-31 14:00:25 02165_h3_exact_edge_length_rads: [ OK ] 0.70 sec. 2024-08-31 14:00:25 02162_array_first_last_index: [ OK ] 0.74 sec. 2024-08-31 14:00:25 02165_h3_num_hexagons: [ OK ] 0.83 sec. 2024-08-31 14:00:25 02157_line_as_string_output_format: [ OK ] 0.44 sec. 2024-08-31 14:00:26 02159_left_right: [ OK ] 1.40 sec. 2024-08-31 14:00:27 02152_invalid_setting_with_hints_in_http_request: [ OK ] 1.56 sec. 2024-08-31 14:00:27 02146_mv_non_phys: [ OK ] 0.60 sec. 2024-08-31 14:00:27 02158_proportions_ztest_cmp: [ OK ] 2.42 sec. 2024-08-31 14:00:28 02137_mv_into_join: [ OK ] 0.63 sec. 2024-08-31 14:00:28 02233_set_enable_with_statement_cte_perf: [ OK ] 22.65 sec. 2024-08-31 14:00:28 02132_empty_mutation_livelock: [ OK ] 0.65 sec. 2024-08-31 14:00:29 02141_clickhouse_local_interactive_table: [ OK ] 1.97 sec. 2024-08-31 14:00:29 02128_cast_nullable: [ OK ] 0.67 sec. 2024-08-31 14:00:29 02155_default_keyword_format_values: [ OK ] 4.23 sec. 2024-08-31 14:00:29 02131_row_policies_combination: [ OK ] 1.25 sec. 2024-08-31 14:00:30 02133_classification: [ OK ] 2.49 sec. 2024-08-31 14:00:30 02156_async_insert_query_log: [ OK ] 4.79 sec. 2024-08-31 14:00:34 02124_json_each_row_with_progress: [ OK ] 4.59 sec. 2024-08-31 14:00:36 02122_parallel_formatting_JSONCompactEachRowWithNames: [ OK ] 5.91 sec. 2024-08-31 14:00:36 02122_parallel_formatting_TSKV: [ OK ] 6.13 sec. 2024-08-31 14:00:39 02174_cte_scalar_cache_mv: [ OK ] 16.71 sec. 2024-08-31 14:00:40 02125_lz4_compression_bug_Native: [ OK ] 10.74 sec. 2024-08-31 14:00:42 02126_dist_desc: [ OK ] 12.61 sec. 2024-08-31 14:00:42 02122_parallel_formatting_JSONCompactStrings: [ OK ] 7.59 sec. 2024-08-31 14:00:43 02122_parallel_formatting_JSONCompactStringsEachRow: [ OK ] 6.70 sec. 2024-08-31 14:00:43 02116_tuple_element: [ OK ] 1.23 sec. 2024-08-31 14:00:44 02112_parse_date_yyyymmdd: [ OK ] 1.64 sec. 2024-08-31 14:00:45 02110_clickhouse_local_custom_tld: [ OK ] 1.56 sec. 2024-08-31 14:00:45 02100_limit_push_down_bug: [ OK ] 0.49 sec. 2024-08-31 14:00:46 02122_parallel_formatting_Vertical: [ OK ] 6.20 sec. 2024-08-31 14:00:46 02116_clickhouse_stderr: [ OK ] 4.21 sec. 2024-08-31 14:00:46 02096_sample_by_tuple: [ OK ] 0.65 sec. 2024-08-31 14:00:46 02105_backslash_letter_commands: [ OK ] 1.68 sec. 2024-08-31 14:00:46 02122_parallel_formatting_JSON: [ OK ] 6.20 sec. 2024-08-31 14:00:46 02122_parallel_formatting_PrettyCompact: [ OK ] 10.16 sec. 2024-08-31 14:00:46 02096_join_unusual_identifier_begin: [ OK ] 0.59 sec. 2024-08-31 14:00:47 02125_lz4_compression_bug_TSKV: [ OK ] 17.34 sec. 2024-08-31 14:00:47 02070_join_on_disk: [ OK ] 1.06 sec. 2024-08-31 14:00:47 02046_remote_table_function_named_collections: [ OK ] 0.78 sec. 2024-08-31 14:00:47 02045_like_function: [ OK ] 0.42 sec. 2024-08-31 14:00:47 02042_map_get_non_const_key: [ OK ] 0.37 sec. 2024-08-31 14:00:47 02050_clickhouse_client_local_exception: [ OK ] 1.53 sec. 2024-08-31 14:00:48 02041_conversion_between_date32_and_datetime64: [ OK ] 0.44 sec. 2024-08-31 14:00:48 02047_client_exception: [ OK ] 1.73 sec. 2024-08-31 14:00:48 02049_clickhouse_local_merge_tree: [ OK ] 1.86 sec. 2024-08-31 14:00:48 02030_function_mapContainsKeyLike: [ OK ] 0.63 sec. 2024-08-31 14:00:48 02030_quantiles_underflow: [ OK ] 0.46 sec. 2024-08-31 14:00:49 02031_format_query_option: [ OK ] 1.22 sec. 2024-08-31 14:00:49 02029_quantile_sanitizer: [ OK ] 1.19 sec. 2024-08-31 14:00:49 02028_create_select_settings: [ OK ] 0.84 sec. 2024-08-31 14:00:49 02024_create_dictionary_with_comment: [ OK ] 0.56 sec. 2024-08-31 14:00:49 02023_nullable_int_uint_where: [ OK ] 0.52 sec. 2024-08-31 14:00:50 02021_prewhere_column_optimization: [ OK ] 0.61 sec. 2024-08-31 14:00:50 02022_array_full_text_bloom_filter_index: [ OK ] 1.11 sec. 2024-08-31 14:00:51 02029_orc_low_cardinality: [ OK ] 2.72 sec. 2024-08-31 14:00:51 02021_h3_is_pentagon: [ OK ] 0.70 sec. 2024-08-31 14:00:51 02019_multiple_weird_with_fill: [ OK ] 0.52 sec. 2024-08-31 14:00:51 02017_create_distributed_table_coredump: [ OK ] 0.73 sec. 2024-08-31 14:00:52 02016_summing_mt_aggregating_column: [ OK ] 0.94 sec. 2024-08-31 14:00:52 02017_columns_with_dot: [ OK ] 1.25 sec. 2024-08-31 14:00:53 02015_executable_user_defined_functions: [ OK ] 1.19 sec. 2024-08-31 14:00:57 02015_async_inserts_3: [ OK ] 4.03 sec. 2024-08-31 14:00:57 02015_division_by_nullable: [ OK ] 4.80 sec. 2024-08-31 14:01:01 02014_dict_get_nullable_key: [ OK ] 3.99 sec. 2024-08-31 14:01:02 02023_storage_filelog: [ OK ] 12.80 sec. 2024-08-31 14:01:03 02013_lc_nullable_and_infinity: [ OK ] 0.86 sec. 2024-08-31 14:01:04 02014_map_different_keys: [ OK ] 2.37 sec. 2024-08-31 14:01:04 02015_async_inserts_stress_long: [ OK ] 11.91 sec. 2024-08-31 14:01:04 02013_emptystring_cast: [ OK ] 1.03 sec. 2024-08-31 14:01:04 02014_storage_merge_order_by: [ OK ] 7.21 sec. 2024-08-31 14:01:05 02008_tuple_to_name_value_pairs: [ OK ] 1.36 sec. 2024-08-31 14:01:07 02024_join_on_or_long: [ OK ] 18.41 sec. 2024-08-31 14:01:07 02012_compress_lz4: [ OK ] 3.02 sec. 2024-08-31 14:01:07 02004_intersect_except_const_column: [ OK ] 0.70 sec. 2024-08-31 14:01:08 02004_invalid_partition_mutation_stuck: [ OK ] 1.39 sec. 2024-08-31 14:01:08 02046_low_cardinality_parallel_group_by: [ OK ] 22.19 sec. 2024-08-31 14:01:09 02001_hostname_test: [ OK ] 0.48 sec. 2024-08-31 14:01:09 02002_system_table_with_tuple: [ OK ] 1.73 sec. 2024-08-31 14:01:09 02011_tuple_vector_functions: [ OK ] 5.40 sec. 2024-08-31 14:01:10 01950_aliases_bad_cast: [ OK ] 0.54 sec. 2024-08-31 14:01:10 01944_range_max_elements: [ OK ] 0.51 sec. 2024-08-31 14:01:11 02004_max_hyperscan_regex_length: [ OK ] 5.27 sec. 2024-08-31 14:01:11 01950_kill_large_group_by_query: [ OK ] 2.60 sec. 2024-08-31 14:01:11 02000_map_full_text_bloom_filter_index: [ OK ] 3.04 sec. 2024-08-31 14:01:12 01942_dateTimeToSnowflake: [ OK ] 0.98 sec. 2024-08-31 14:01:12 01932_global_in_function: [ OK ] 0.47 sec. 2024-08-31 14:01:13 01931_storage_merge_no_columns: [ OK ] 0.54 sec. 2024-08-31 14:01:13 02044_url_glob_parallel_connection_refused: [ OK ] 26.27 sec. 2024-08-31 14:01:14 01933_client_replxx_convert_history: [ OK ] 2.20 sec. 2024-08-31 14:01:14 01925_test_group_by_const_consistency: [ OK ] 0.48 sec. 2024-08-31 14:01:16 01930_optimize_skip_unused_shards_rewrite_in: [ OK ] 2.92 sec. 2024-08-31 14:01:16 01922_sum_null_for_remote: [ OK ] 0.40 sec. 2024-08-31 14:01:17 02005_log_formatted_queries: [ OK ] 12.33 sec. 2024-08-31 14:01:17 01921_test_progress_bar: [ OK ] 0.60 sec. 2024-08-31 14:01:17 01920_not_chain_format: [ OK ] 0.38 sec. 2024-08-31 14:01:17 01939_network_receive_bytes_metrics: [ OK ] 5.68 sec. 2024-08-31 14:01:18 01917_prewhere_column_type: [ OK ] 0.71 sec. 2024-08-31 14:01:18 01916_lowcard_dict_type: [ OK ] 0.55 sec. 2024-08-31 14:01:18 01913_names_of_tuple_literal: [ OK ] 0.41 sec. 2024-08-31 14:01:18 01908_with_unknown_column: [ OK ] 0.53 sec. 2024-08-31 14:01:18 01947_mv_subquery: [ OK ] 8.88 sec. 2024-08-31 14:01:19 01943_query_id_check: [ OK ] 8.76 sec. 2024-08-31 14:01:19 01911_logical_error_minus: [ OK ] 1.55 sec. 2024-08-31 14:01:19 01906_bigint_accurate_cast_ubsan: [ OK ] 1.12 sec. 2024-08-31 14:01:20 01891_echo: [ OK ] 0.45 sec. 2024-08-31 14:01:20 01901_in_literal_shard_prune: [ OK ] 0.64 sec. 2024-08-31 14:01:20 01902_self_aliases_in_columns: [ OK ] 0.79 sec. 2024-08-31 14:01:21 01903_http_fields: [ OK ] 2.53 sec. 2024-08-31 14:01:22 01890_materialized_distributed_join: [ OK ] 2.45 sec. 2024-08-31 14:01:23 01889_sql_json_functions: [ OK ] 1.75 sec. 2024-08-31 14:01:23 01926_json_as_string_array: [ OK ] 9.77 sec. 2024-08-31 14:01:23 01881_to_week_monotonic_fix: [ OK ] 0.57 sec. 2024-08-31 14:01:23 01891_jit_aggregation_function_any_long: [ OK ] 3.62 sec. 2024-08-31 14:01:24 01890_jit_aggregation_function_sum_long: [ OK ] 3.81 sec. 2024-08-31 14:01:24 01880_materialized_view_to_table_type_check: [ OK ] 0.88 sec. 2024-08-31 14:01:24 01872_functions_to_subcolumns: [ OK ] 0.85 sec. 2024-08-31 14:01:24 01866_aggregate_function_interval_length_sum: [ OK ] 0.73 sec. 2024-08-31 14:01:25 01861_explain_pipeline: [ OK ] 0.65 sec. 2024-08-31 14:01:25 01852_s2_get_neighbours: [ OK ] 0.55 sec. 2024-08-31 14:01:25 01866_bit_positions_to_array: [ OK ] 1.11 sec. 2024-08-31 14:01:25 01854_s2_cap_union: [ OK ] 0.84 sec. 2024-08-31 14:01:26 01852_cast_operator_4: [ OK ] 1.01 sec. 2024-08-31 14:01:26 01846_null_as_default_for_insert_select: [ OK ] 1.09 sec. 2024-08-31 14:01:26 01847_bad_like: [ OK ] 1.31 sec. 2024-08-31 14:01:26 01846_alter_column_without_type_bugfix: [ OK ] 0.62 sec. 2024-08-31 14:01:27 01837_cast_to_array_from_empty_array: [ OK ] 0.53 sec. 2024-08-31 14:01:27 01882_check_max_parts_to_merge_at_once: [ OK ] 4.76 sec. 2024-08-31 14:01:27 01825_type_json_wide_parts_merge: [ OK ] 0.63 sec. 2024-08-31 14:01:28 01923_network_receive_time_metric_insert: [ OK ] 13.34 sec. 2024-08-31 14:01:28 01825_type_json_partitions: [ OK ] 0.55 sec. 2024-08-31 14:01:31 01825_type_json_13: [ OK ] 4.45 sec. 2024-08-31 14:01:31 01825_type_json_6: [ OK ] 3.60 sec. 2024-08-31 14:01:31 01825_type_json_15: [ OK ] 4.22 sec. 2024-08-31 14:01:32 01821_join_table_mutation: [ OK ] 1.32 sec. 2024-08-31 14:01:33 01852_cast_operator_bad_cases: [ OK ] 7.72 sec. 2024-08-31 14:01:33 01813_distributed_scalar_subqueries_alias: [ OK ] 1.13 sec. 2024-08-31 14:01:33 01812_optimize_skip_unused_shards_single_node: [ OK ] 0.57 sec. 2024-08-31 14:01:33 01825_type_json_11: [ OK ] 4.85 sec. 2024-08-31 14:01:33 01812_has_generic: [ OK ] 0.54 sec. 2024-08-31 14:01:33 01811_datename: [ OK ] 0.76 sec. 2024-08-31 14:01:34 01802_formatDateTime_DateTime64_century: [ OK ] 0.74 sec. 2024-08-31 14:01:34 01803_const_nullable_map: [ OK ] 0.89 sec. 2024-08-31 14:01:34 01801_approx_total_rows_mergetree_reverse: [ OK ] 0.95 sec. 2024-08-31 14:01:35 01797_StripeLog_rwlock_ub: [ OK ] 0.58 sec. 2024-08-31 14:01:35 01822_short_circuit: [ OK ] 3.91 sec. 2024-08-31 14:01:36 01791_dist_INSERT_block_structure_mismatch: [ OK ] 2.09 sec. 2024-08-31 14:01:37 01798_uniq_theta_union_intersect_not: [ OK ] 2.79 sec. 2024-08-31 14:01:39 01783_merge_engine_join_key_condition: [ OK ] 2.19 sec. 2024-08-31 14:01:39 01788_update_nested_type_subcolumn_check: [ OK ] 4.49 sec. 2024-08-31 14:01:39 01784_parallel_formatting_memory: [ OK ] 4.81 sec. 2024-08-31 14:01:40 01780_range_msan: [ OK ] 0.60 sec. 2024-08-31 14:01:40 01913_quantile_deterministic: [ OK ] 22.22 sec. 2024-08-31 14:01:40 01780_column_sparse_alter: [ OK ] 1.13 sec. 2024-08-31 14:01:40 01772_intdiv_minus_one_ubsan: [ OK ] 0.39 sec. 2024-08-31 14:01:41 01780_column_sparse_tuple: [ OK ] 1.01 sec. 2024-08-31 14:01:41 01780_column_sparse_full: [ OK ] 3.90 sec. 2024-08-31 14:01:41 01772_to_start_of_hour_align: [ OK ] 1.03 sec. 2024-08-31 14:01:41 01768_extended_range: [ OK ] 0.61 sec. 2024-08-31 14:01:41 01778_test_LowCardinality_FixedString_pk: [ OK ] 1.16 sec. 2024-08-31 14:01:41 01766_todatetime64_no_timezone_arg: [ OK ] 0.42 sec. 2024-08-31 14:01:41 01765_move_to_table_overlapping_block_number: [ OK ] 0.59 sec. 2024-08-31 14:01:41 01762_datetime64_extended_parsing: [ OK ] 0.42 sec. 2024-08-31 14:01:41 01763_support_map_lowcardinality_type: [ OK ] 0.52 sec. 2024-08-31 14:01:41 01759_optimize_skip_unused_shards_zero_shards: [ OK ] 0.44 sec. 2024-08-31 14:01:42 01747_transform_empty_arrays: [ OK ] 0.61 sec. 2024-08-31 14:01:42 01764_prefer_column_name_to_alias: [ OK ] 1.40 sec. 2024-08-31 14:01:42 01754_cluster_all_replicas_shard_num: [ OK ] 1.07 sec. 2024-08-31 14:01:43 01753_max_uri_size: [ OK ] 1.36 sec. 2024-08-31 14:01:43 01744_tuple_cast_to_map_bugfix: [ OK ] 0.47 sec. 2024-08-31 14:01:43 01735_join_get_low_card_fix: [ OK ] 0.56 sec. 2024-08-31 14:01:43 01746_convert_type_with_default: [ OK ] 1.61 sec. 2024-08-31 14:01:44 01718_subtract_seconds_date: [ OK ] 0.51 sec. 2024-08-31 14:01:44 01732_alters_bad_conversions: [ OK ] 1.01 sec. 2024-08-31 14:01:44 01746_forbid_drop_column_referenced_by_mv: [ OK ] 1.82 sec. 2024-08-31 14:01:44 01719_join_timezone: [ OK ] 0.92 sec. 2024-08-31 14:01:44 01717_int_div_float_too_large_ubsan: [ OK ] 0.51 sec. 2024-08-31 14:01:44 01716_decimal_comparison_ubsan: [ OK ] 0.56 sec. 2024-08-31 14:01:45 01716_drop_rename_sign_column: [ OK ] 0.63 sec. 2024-08-31 14:01:45 01710_aggregate_projection_with_hashing: [ OK ] 0.65 sec. 2024-08-31 14:01:45 01710_projection_row_policy: [ OK ] 0.94 sec. 2024-08-31 14:01:45 01710_projection_optimize_group_by_function_keys: [ OK ] 0.54 sec. 2024-08-31 14:01:45 01715_tuple_insert_null_as_default: [ OK ] 1.42 sec. 2024-08-31 14:01:46 01710_projection_detach_part: [ OK ] 0.60 sec. 2024-08-31 14:01:46 01710_projection_aggregate_functions_null_for_empty: [ OK ] 0.56 sec. 2024-08-31 14:01:46 01710_projection_with_joins: [ OK ] 0.88 sec. 2024-08-31 14:01:46 01710_projection_with_ast_rewrite_settings: [ OK ] 1.20 sec. 2024-08-31 14:01:46 01710_normal_projection_fix1: [ OK ] 0.59 sec. 2024-08-31 14:01:47 01710_aggregate_projection_with_normalized_states: [ OK ] 0.85 sec. 2024-08-31 14:01:47 01710_projection_array_join: [ OK ] 0.53 sec. 2024-08-31 14:01:47 01710_projections_group_by_no_key: [ OK ] 0.56 sec. 2024-08-31 14:01:47 01705_normalize_case_insensitive_function_names: [ OK ] 0.42 sec. 2024-08-31 14:01:48 01710_projection_with_nullable_keys: [ OK ] 0.66 sec. 2024-08-31 14:01:48 01690_quantilesTiming_ubsan: [ OK ] 0.45 sec. 2024-08-31 14:01:48 01700_system_zookeeper_path_in: [ OK ] 1.10 sec. 2024-08-31 14:01:48 01680_predicate_pushdown_union_distinct_subquery: [ OK ] 0.52 sec. 2024-08-31 14:01:48 01810_max_part_removal_threads_long: [ OK ] 15.51 sec. 2024-08-31 14:01:49 01679_format_readable_time_delta_inf: [ OK ] 0.44 sec. 2024-08-31 14:01:49 01674_htm_xml_coarse_parse: [ OK ] 0.52 sec. 2024-08-31 14:01:49 01671_aggregate_function_group_bitmap_data: [ OK ] 0.73 sec. 2024-08-31 14:01:49 01669_test_toYear_mysql_dialect: [ OK ] 0.42 sec. 2024-08-31 14:01:50 01674_clickhouse_client_query_param_cte: [ OK ] 1.66 sec. 2024-08-31 14:01:50 01668_test_toMonth_mysql_dialect: [ OK ] 0.41 sec. 2024-08-31 14:01:50 01663_quantile_weighted_overflow: [ OK ] 0.43 sec. 2024-08-31 14:01:51 01720_country_perimeter_and_area: [ OK ] 7.97 sec. 2024-08-31 14:01:51 01679_incorrect_data_on_insert_collapsing: [ OK ] 2.79 sec. 2024-08-31 14:01:51 01666_lcm_ubsan: [ OK ] 1.12 sec. 2024-08-31 14:01:51 01659_test_base64Decode_mysql_compatibility: [ OK ] 0.38 sec. 2024-08-31 14:01:51 01658_values_ubsan: [ OK ] 0.40 sec. 2024-08-31 14:01:52 01655_window_functions_bug: [ OK ] 0.54 sec. 2024-08-31 14:01:52 01660_join_or_subqueries: [ OK ] 1.14 sec. 2024-08-31 14:01:52 01645_system_table_engines: [ OK ] 0.46 sec. 2024-08-31 14:01:53 01650_drop_part_and_deduplication_zookeeper_long: [ OK ] 1.34 sec. 2024-08-31 14:01:53 01637_nullable_fuzz3: [ OK ] 0.63 sec. 2024-08-31 14:01:54 01631_date_overflow_as_partition_key: [ OK ] 0.60 sec. 2024-08-31 14:01:55 01710_aggregate_projections: [ OK ] 8.63 sec. 2024-08-31 14:01:55 01666_blns_long: [ OK ] 5.60 sec. 2024-08-31 14:01:55 01623_byte_size_const: [ OK ] 0.48 sec. 2024-08-31 14:01:56 01616_untuple_access_field: [ OK ] 0.58 sec. 2024-08-31 14:01:56 01614_with_fill_with_limit: [ OK ] 0.53 sec. 2024-08-31 14:01:58 01603_decimal_mult_float: [ OK ] 1.44 sec. 2024-08-31 14:01:59 01602_temporary_table_in_system_tables: [ OK ] 0.65 sec. 2024-08-31 14:01:59 01622_constraints_simple_optimization: [ OK ] 3.59 sec. 2024-08-31 14:02:00 01601_temporary_table_session_scope: [ OK ] 1.65 sec. 2024-08-31 14:02:02 01601_custom_tld: [ OK ] 2.64 sec. 2024-08-31 14:02:02 01600_benchmark_query: [ OK ] 1.65 sec. 2024-08-31 14:02:03 01595_countMatches: [ OK ] 1.20 sec. 2024-08-31 14:02:04 01597_columns_list_ignored: [ OK ] 2.30 sec. 2024-08-31 14:02:04 01632_tinylog_read_write: [ OK ] 11.48 sec. 2024-08-31 14:02:04 01583_const_column_in_set_index: [ OK ] 0.52 sec. 2024-08-31 14:02:06 01581_deduplicate_by_columns_replicated_long: [ OK ] 1.48 sec. 2024-08-31 14:02:07 01624_soft_constraints: [ FAIL ] 13.03 sec. - result differs with reference: 2024-08-31 14:02:07 --- /usr/share/clickhouse-test/queries/0_stateless/01624_soft_constraints.reference 2024-08-31 13:52:23.009626518 +0300 2024-08-31 14:02:07 +++ /tmp/clickhouse-test/0_stateless/01624_soft_constraints.stdout 2024-08-31 14:02:07.249787567 +0300 2024-08-31 14:02:07 @@ -1,16 +1,16 @@ 2024-08-31 14:02:07 "rows_read": 4, 2024-08-31 14:02:07 - "rows_read": 2, 2024-08-31 14:02:07 "rows_read": 4, 2024-08-31 14:02:07 - "rows_read": 2, 2024-08-31 14:02:07 - "rows_read": 2, 2024-08-31 14:02:07 - "rows_read": 2, 2024-08-31 14:02:07 "rows_read": 4, 2024-08-31 14:02:07 - "rows_read": 2, 2024-08-31 14:02:07 "rows_read": 4, 2024-08-31 14:02:07 "rows_read": 4, 2024-08-31 14:02:07 - "rows_read": 1, 2024-08-31 14:02:07 "rows_read": 4, 2024-08-31 14:02:07 - "rows_read": 3, 2024-08-31 14:02:07 "rows_read": 4, 2024-08-31 14:02:07 "rows_read": 4, 2024-08-31 14:02:07 - "rows_read": 3, 2024-08-31 14:02:07 + "rows_read": 4, 2024-08-31 14:02:07 + "rows_read": 4, 2024-08-31 14:02:07 + "rows_read": 4, 2024-08-31 14:02:07 + "rows_read": 4, 2024-08-31 14:02:07 + "rows_read": 4, 2024-08-31 14:02:07 + "rows_read": 4, 2024-08-31 14:02:07 + "rows_read": 4, 2024-08-31 14:02:07 + "rows_read": 4, 2024-08-31 14:02:07 2024-08-31 14:02:07 2024-08-31 14:02:07 Settings used in the test: --max_insert_threads 0 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 50000000 --distributed_aggregation_memory_efficient 1 --fsync_metadata 1 --output_format_parallel_formatting 1 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 784992 --max_read_buffer_size 966089 --prefer_localhost_replica 0 --max_block_size 58034 --max_threads 34 --optimize_append_index 1 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 1 --optimize_or_like_chain 0 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 27 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 22736206 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 1 --min_bytes_to_use_mmap_io 1 --local_filesystem_read_method pread_threadpool --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 10 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 128Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 8Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 1 --compile_sort_description 0 --merge_tree_coarse_index_granularity 31 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 572575397 --min_compress_block_size 1091569 --max_compress_block_size 2810208 --merge_tree_compact_parts_min_granules_to_multibuffer_read 120 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 7185771 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 0 --session_timezone Mexico/BajaSur --prefer_warmed_unmerged_parts_seconds 8 --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.59 2024-08-31 14:02:07 2024-08-31 14:02:07 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 1 --index_granularity_bytes 28422576 --merge_max_block_size 2389 --index_granularity 13894 --min_bytes_for_wide_part 769020914 --marks_compress_block_size 30360 --primary_key_compress_block_size 70678 --replace_long_file_name_to_hash 1 --max_file_name_length 5 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 79042201 --compact_parts_max_granules_to_buffer 172 --compact_parts_merge_max_bytes_to_prefetch_part 13321281 --cache_populated_by_fetch 0 2024-08-31 14:02:07 2024-08-31 14:02:07 Database: test_foagp0v7 2024-08-31 14:02:07 01586_columns_pruning: [ OK ] 3.64 sec. 2024-08-31 14:02:07 01582_distinct_optimization: [ OK ] 2.87 sec. 2024-08-31 14:02:08 01564_test_hint_woes: [ OK ] 0.82 sec. 2024-08-31 14:02:08 01560_monotonicity_check_multiple_args_bug: [ OK ] 0.54 sec. 2024-08-31 14:02:08 01562_optimize_monotonous_functions_in_order_by: [ OK ] 0.92 sec. 2024-08-31 14:02:08 01560_cancel_agg_func_combinator_native_name_constraint: [ OK ] 0.51 sec. 2024-08-31 14:02:08 01576_alias_column_rewrite: [ OK ] 2.45 sec. 2024-08-31 14:02:09 01560_optimize_on_insert_long: [ OK ] 1.09 sec. 2024-08-31 14:02:09 01553_datetime64_comparison: [ OK ] 0.41 sec. 2024-08-31 14:02:09 01661_extract_all_groups_throw_fast: [ OK ] 18.82 sec. 2024-08-31 14:02:09 01552_alter_name_collision: [ OK ] 0.36 sec. 2024-08-31 14:02:09 01559_aggregate_null_for_empty_fix: [ OK ] 0.86 sec. 2024-08-31 14:02:10 01552_dict_fixedstring: [ OK ] 0.61 sec. 2024-08-31 14:02:10 01551_context_uaf: [ OK ] 0.58 sec. 2024-08-31 14:02:10 01825_type_json_schema_race_long: [ OK ] 43.67 sec. 2024-08-31 14:02:10 01548_uncomparable_columns_in_keys: [ OK ] 0.57 sec. 2024-08-31 14:02:11 01543_parse_datetime_besteffort_or_null_empty_string: [ OK ] 0.59 sec. 2024-08-31 14:02:11 01543_collate_in_tuple: [ OK ] 0.83 sec. 2024-08-31 14:02:11 01548_create_table_compound_column_format: [ OK ] 1.31 sec. 2024-08-31 14:02:11 01536_fuzz_cast: [ OK ] 0.46 sec. 2024-08-31 14:02:11 01542_collate_in_array: [ OK ] 0.65 sec. 2024-08-31 14:02:12 01533_distinct_nullable_uuid: [ OK ] 0.88 sec. 2024-08-31 14:02:13 01532_tuple_with_name_type: [ OK ] 0.57 sec. 2024-08-31 14:02:13 01532_clickhouse_local_tmp_folder: [ OK ] 1.51 sec. 2024-08-31 14:02:13 01550_create_map_type: [ OK ] 4.15 sec. 2024-08-31 14:02:13 01526_max_untracked_memory: [ SKIPPED ] 0.00 sec. - not running for current build 2024-08-31 14:02:13 01527_bad_aggregation_in_lambda: [ OK ] 0.48 sec. 2024-08-31 14:02:15 01526_param_uuid: [ OK ] 1.62 sec. 2024-08-31 14:02:16 01550_type_map_formats_input: [ OK ] 6.38 sec. 2024-08-31 14:02:16 01521_distributed_query_hang: [ OK ] 0.44 sec. 2024-08-31 14:02:16 01560_ttl_remove_empty_parts: [ OK ] 7.95 sec. 2024-08-31 14:02:16 01518_filtering_aliased_materialized_column: [ OK ] 0.53 sec. 2024-08-31 14:02:17 01517_select_final_distributed: [ OK ] 0.78 sec. 2024-08-31 14:02:17 01521_format_readable_time_delta2: [ OK ] 1.04 sec. 2024-08-31 14:02:17 01515_with_global_and_with_propagation: [ OK ] 0.71 sec. 2024-08-31 14:02:17 01514_tid_function: [ OK ] 0.49 sec. 2024-08-31 14:02:17 01513_ilike_like_cache: [ OK ] 0.52 sec. 2024-08-31 14:02:17 01526_initial_query_id: [ OK ] 3.76 sec. 2024-08-31 14:02:18 01505_log_distributed_deadlock: [ OK ] 0.48 sec. 2024-08-31 14:02:18 01511_format_readable_timedelta: [ OK ] 0.61 sec. 2024-08-31 14:02:18 01503_fixed_string_primary_key: [ OK ] 0.61 sec. 2024-08-31 14:02:18 01499_json_named_tuples: [ OK ] 0.50 sec. 2024-08-31 14:02:18 01497_now_support_timezone: [ OK ] 0.49 sec. 2024-08-31 14:02:19 01481_join_with_materialized: [ OK ] 0.68 sec. 2024-08-31 14:02:19 01500_StorageFile_write_to_fd: [ OK ] 1.63 sec. 2024-08-31 14:02:19 01495_subqueries_in_with_statement_3: [ OK ] 1.22 sec. 2024-08-31 14:02:19 01483_merge_table_join_and_group_by: [ OK ] 1.11 sec. 2024-08-31 14:02:19 01528_clickhouse_local_prepare_parts: [ OK ] 6.61 sec. 2024-08-31 14:02:20 01475_read_subcolumns_3: [ OK ] 0.84 sec. 2024-08-31 14:02:20 01470_test_insert_select_asterisk: [ OK ] 0.64 sec. 2024-08-31 14:02:21 01477_lc_in_merge_join_left_key: [ OK ] 1.92 sec. 2024-08-31 14:02:21 01458_count_digits: [ OK ] 0.65 sec. 2024-08-31 14:02:22 01457_order_by_limit: [ OK ] 0.83 sec. 2024-08-31 14:02:22 01453_normalize_query_alias_uuid: [ OK ] 0.43 sec. 2024-08-31 14:02:22 01472_obfuscator_uuid: [ OK ] 3.04 sec. 2024-08-31 14:02:22 01455_optimize_trivial_insert_select: [ OK ] 1.45 sec. 2024-08-31 14:02:22 01474_custom_null_tsv: [ OK ] 3.19 sec. 2024-08-31 14:02:23 01440_to_date_monotonicity: [ OK ] 0.71 sec. 2024-08-31 14:02:23 01451_replicated_detach_drop_and_quorum_long: [ OK ] 1.36 sec. 2024-08-31 14:02:24 01442_h3kring_range_check: [ OK ] 1.30 sec. 2024-08-31 14:02:24 01431_utf8_ubsan: [ OK ] 0.44 sec. 2024-08-31 14:02:24 01436_storage_merge_with_join_push_down: [ OK ] 0.64 sec. 2024-08-31 14:02:24 01440_big_int_arithm: [ OK ] 1.40 sec. 2024-08-31 14:02:25 01423_if_nullable_cond: [ OK ] 0.38 sec. 2024-08-31 14:02:25 01445_create_table_as_table_function: [ OK ] 2.32 sec. 2024-08-31 14:02:25 01415_table_function_view: [ OK ] 0.65 sec. 2024-08-31 14:02:25 01461_query_start_time_microseconds: [ OK ] 5.13 sec. 2024-08-31 14:02:25 01414_freeze_does_not_prevent_alters: [ OK ] 0.79 sec. 2024-08-31 14:02:25 01411_xor_itai_shirav: [ OK ] 0.46 sec. 2024-08-31 14:02:26 01414_mutations_and_errors: [ OK ] 0.97 sec. 2024-08-31 14:02:26 01411_from_unixtime: [ OK ] 0.91 sec. 2024-08-31 14:02:26 01410_nullable_key_and_index_negate_cond: [ OK ] 0.79 sec. 2024-08-31 14:02:26 01396_negative_datetime_saturate_to_zero: [ OK ] 0.44 sec. 2024-08-31 14:02:26 01391_limit_overflow: [ OK ] 0.54 sec. 2024-08-31 14:02:26 01389_filter_by_virtual_columns: [ OK ] 0.50 sec. 2024-08-31 14:02:27 01388_multi_if_optimization: [ OK ] 0.45 sec. 2024-08-31 14:02:27 01401_FORMAT_SETTINGS: [ OK ] 1.50 sec. 2024-08-31 14:02:27 01373_summing_merge_tree_explicit_columns_definition: [ OK ] 0.64 sec. 2024-08-31 14:02:27 01359_codeql: [ OK ] 0.51 sec. 2024-08-31 14:02:27 01353_topk_enum: [ OK ] 0.42 sec. 2024-08-31 14:02:27 01533_multiple_nested: [ OK ] 16.20 sec. 2024-08-31 14:02:27 01399_http_request_headers: [ OK ] 1.97 sec. 2024-08-31 14:02:27 01352_generate_random_overflow: [ OK ] 0.44 sec. 2024-08-31 14:02:28 01351_geohash_assert: [ OK ] 0.40 sec. 2024-08-31 14:02:28 01337_mysql_global_variables: [ OK ] 0.53 sec. 2024-08-31 14:02:28 01328_bad_peephole_optimization: [ OK ] 0.41 sec. 2024-08-31 14:02:28 01333_select_abc_asterisk: [ OK ] 0.69 sec. 2024-08-31 14:02:28 01361_fover_remote_num_tries: [ OK ] 1.78 sec. 2024-08-31 14:02:29 01327_decimal_cut_extra_digits_after_point: [ OK ] 1.06 sec. 2024-08-31 14:02:29 01342_query_parameters_alias: [ OK ] 1.66 sec. 2024-08-31 14:02:29 01323_bad_arg_in_arithmetic_operations: [ OK ] 1.03 sec. 2024-08-31 14:02:29 01323_if_with_nulls: [ OK ] 1.14 sec. 2024-08-31 14:02:30 01305_array_join_prewhere_in_subquery: [ OK ] 0.49 sec. 2024-08-31 14:02:30 01302_polygons_distance: [ OK ] 0.69 sec. 2024-08-31 14:02:30 01344_min_bytes_to_use_mmap_io_index: [ OK ] 2.85 sec. 2024-08-31 14:02:30 01318_map_populate_series: [ OK ] 1.33 sec. 2024-08-31 14:02:30 01318_map_add_map_subtract_on_map_type: [ OK ] 1.44 sec. 2024-08-31 14:02:31 01300_polygon_convex_hull: [ OK ] 0.47 sec. 2024-08-31 14:02:31 01300_wkt: [ OK ] 0.85 sec. 2024-08-31 14:02:31 01296_pipeline_stuck: [ OK ] 0.67 sec. 2024-08-31 14:02:31 01296_codecs_bad_arguments: [ OK ] 0.89 sec. 2024-08-31 14:02:31 01291_unsupported_conversion_from_decimal: [ OK ] 0.62 sec. 2024-08-31 14:02:32 01284_escape_sequences_php_mysql_style: [ OK ] 0.60 sec. 2024-08-31 14:02:32 01284_view_and_extremes_bug: [ OK ] 0.54 sec. 2024-08-31 14:02:33 01300_client_save_history_when_terminated_long: [ OK ] 3.22 sec. 2024-08-31 14:02:34 01277_unixTimestamp64_compatibility: [ OK ] 0.66 sec. 2024-08-31 14:02:34 01284_port: [ OK ] 2.31 sec. 2024-08-31 14:02:34 01281_parseDateTime64BestEffort: [ OK ] 2.28 sec. 2024-08-31 14:02:34 01277_large_tuples: [ OK ] 0.56 sec. 2024-08-31 14:02:34 01277_convert_field_to_type_logical_error: [ OK ] 0.50 sec. 2024-08-31 14:02:34 01323_too_many_threads_bug: [ OK ] 6.24 sec. 2024-08-31 14:02:34 01647_clickhouse_local_hung: [ OK ] 42.55 sec. 2024-08-31 14:02:35 01276_system_licenses: [ OK ] 0.76 sec. 2024-08-31 14:02:35 01273_lc_fixed_string_field: [ OK ] 0.67 sec. 2024-08-31 14:02:35 01274_generate_random_nested: [ OK ] 1.21 sec. 2024-08-31 14:02:35 01290_max_execution_speed_distributed: [ OK ] 4.60 sec. 2024-08-31 14:02:35 01270_optimize_skip_unused_shards_low_cardinality: [ OK ] 0.48 sec. 2024-08-31 14:02:36 01273_extractGroups: [ OK ] 1.20 sec. 2024-08-31 14:02:36 01262_fractional_timezone_near_start_of_epoch: [ OK ] 0.65 sec. 2024-08-31 14:02:36 01263_type_conversion_nvartolomei: [ OK ] 0.91 sec. 2024-08-31 14:02:37 01247_least_greatest_filimonov: [ OK ] 0.49 sec. 2024-08-31 14:02:37 01258_bom_tsv: [ OK ] 1.33 sec. 2024-08-31 14:02:37 01256_negative_generate_random: [ OK ] 0.89 sec. 2024-08-31 14:02:37 01246_finalize_aggregation_race: [ OK ] 0.68 sec. 2024-08-31 14:02:38 01246_extractAllGroupsVertical: [ OK ] 1.52 sec. 2024-08-31 14:02:38 01213_alter_rename_compact_part: [ OK ] 0.87 sec. 2024-08-31 14:02:39 01213_alter_table_rename_nested: [ OK ] 0.90 sec. 2024-08-31 14:02:39 01211_optimize_skip_unused_shards_type_mismatch: [ OK ] 0.63 sec. 2024-08-31 14:02:39 01234_to_string_monotonic: [ OK ] 2.13 sec. 2024-08-31 14:02:40 2024-08-31 14:02:40 Running about 146 stateless tests (ForkPoolWorker-5). 2024-08-31 14:02:40 2024-08-31 14:02:40 03094_grouparraysorted_memory: [ OK ] 442.54 sec. 2024-08-31 14:02:41 01180_client_syntax_errors: [ OK ] 1.61 sec. 2024-08-31 14:02:42 01173_transaction_control_queries: [ OK ] 2.76 sec. 2024-08-31 14:02:42 01245_distributed_group_by_no_merge_with-extremes_and_totals: [ OK ] 5.44 sec. 2024-08-31 14:02:43 01194_http_query_id: [ OK ] 4.34 sec. 2024-08-31 14:02:44 01283_strict_resize_bug: [ OK ] 12.30 sec. 2024-08-31 14:02:44 01159_combinators_with_parameters: [ OK ] 1.86 sec. 2024-08-31 14:02:44 01157_replace_table: [ OK ] 1.18 sec. 2024-08-31 14:02:45 01144_multiword_data_types: [ OK ] 0.47 sec. 2024-08-31 14:02:45 01140_select_from_storage_join_fix: [ OK ] 0.91 sec. 2024-08-31 14:02:45 01137_order_by_func_final: [ OK ] 0.77 sec. 2024-08-31 14:02:46 01142_join_lc_and_nullable_in_key: [ OK ] 1.51 sec. 2024-08-31 14:02:46 01131_max_rows_to_sort: [ OK ] 0.64 sec. 2024-08-31 14:02:46 01123_parse_date_time_best_effort_even_more: [ OK ] 0.45 sec. 2024-08-31 14:02:46 01134_set_overflow_mode: [ OK ] 0.87 sec. 2024-08-31 14:02:47 01273_arrow_dictionaries_load: [ OK ] 12.45 sec. 2024-08-31 14:02:47 01122_totals_rollup_having_block_header: [ OK ] 0.59 sec. 2024-08-31 14:02:47 01118_is_constant: [ OK ] 0.52 sec. 2024-08-31 14:02:47 01117_comma_and_others_join_mix: [ OK ] 0.48 sec. 2024-08-31 14:02:47 01116_cross_count_asterisks: [ OK ] 0.54 sec. 2024-08-31 14:02:47 01117_chain_finalize_bug: [ OK ] 0.77 sec. 2024-08-31 14:02:48 01116_asof_join_dolbyzerr: [ OK ] 0.52 sec. 2024-08-31 14:02:48 01112_check_table_with_index: [ OK ] 0.47 sec. 2024-08-31 14:02:49 01098_sum: [ OK ] 0.96 sec. 2024-08-31 14:02:50 01097_one_more_range_reader_test_wide_part: [ OK ] 0.58 sec. 2024-08-31 14:02:50 01091_query_profiler_does_not_hang: [ SKIPPED ] 0.00 sec. - not running for current build 2024-08-31 14:02:50 01088_array_slice_of_aggregate_functions: [ OK ] 0.41 sec. 2024-08-31 14:02:51 01087_storage_generate: [ OK ] 0.56 sec. 2024-08-31 14:02:51 01115_prewhere_array_join: [ OK ] 3.31 sec. 2024-08-31 14:02:51 01086_modulo_or_zero: [ OK ] 0.52 sec. 2024-08-31 14:02:51 01081_PartialSortingTransform_full_column: [ OK ] 0.81 sec. 2024-08-31 14:02:52 01080_join_get_null: [ OK ] 0.58 sec. 2024-08-31 14:02:52 01078_bloom_filter_operator_not_has: [ OK ] 0.85 sec. 2024-08-31 14:02:52 01099_parallel_distributed_insert_select: [ OK ] 4.71 sec. 2024-08-31 14:02:53 01073_attach_if_not_exists: [ OK ] 0.46 sec. 2024-08-31 14:02:53 01072_drop_temporary_table_with_same_name: [ OK ] 0.62 sec. 2024-08-31 14:02:53 01168_mutations_isolation: [ OK ] 12.80 sec. 2024-08-31 14:02:53 01070_h3_hex_area_m2: [ OK ] 0.37 sec. 2024-08-31 14:02:54 01070_h3_indexes_are_neighbors: [ OK ] 0.43 sec. 2024-08-31 14:02:54 01069_insert_float_as_nullable_unit8: [ OK ] 0.46 sec. 2024-08-31 14:02:57 01073_window_view_event_tumble_to_asc_populate: [ OK ] 5.03 sec. 2024-08-31 14:02:57 01060_defaults_all_columns: [ OK ] 0.48 sec. 2024-08-31 14:02:58 01068_window_view_event_tumble_to_bounded_lateness: [ OK ] 4.28 sec. 2024-08-31 14:02:58 01061_window_view_event_hop_to_asc: [ OK ] 4.23 sec. 2024-08-31 14:02:58 01053_drop_database_mat_view: [ OK ] 0.60 sec. 2024-08-31 14:02:59 01064_incremental_streaming_from_2_src_with_feedback: [ OK ] 5.09 sec. 2024-08-31 14:02:59 01052_array_reduce_exception: [ OK ] 0.44 sec. 2024-08-31 14:02:59 01056_predicate_optimizer_bugs: [ OK ] 1.57 sec. 2024-08-31 14:03:00 01051_scalar_optimization: [ OK ] 0.46 sec. 2024-08-31 14:03:00 01052_compression_buffer_overrun: [ OK ] 1.35 sec. 2024-08-31 14:03:00 01051_all_join_engine: [ OK ] 1.22 sec. 2024-08-31 14:03:00 01050_clickhouse_dict_source_with_subquery: [ OK ] 0.55 sec. 2024-08-31 14:03:01 01273_arrow: [ OK ] 26.24 sec. 2024-08-31 14:03:01 01046_trivial_count_query_distributed: [ OK ] 0.56 sec. 2024-08-31 14:03:01 01050_window_view_parser_tumble: [ OK ] 0.87 sec. 2024-08-31 14:03:01 01041_h3_is_valid: [ OK ] 0.42 sec. 2024-08-31 14:03:01 01043_geo_distance: [ OK ] 0.56 sec. 2024-08-31 14:03:01 01057_window_view_event_tumble_to_strict_asc: [ OK ] 4.04 sec. 2024-08-31 14:03:02 01040_h3_get_resolution: [ OK ] 0.51 sec. 2024-08-31 14:03:02 01037_zookeeper_check_table_empty_pk: [ OK ] 0.67 sec. 2024-08-31 14:03:02 01040_distributed_background_insert_batch_inserts: [ OK ] 1.03 sec. 2024-08-31 14:03:03 01035_lc_empty_part_bug: [ OK ] 2.08 sec. 2024-08-31 14:03:04 01034_order_by_pk_prefix: [ OK ] 0.96 sec. 2024-08-31 14:03:05 01034_unknown_qualified_column_in_join: [ OK ] 0.74 sec. 2024-08-31 14:03:07 01160_table_dependencies: [ OK ] 24.88 sec. 2024-08-31 14:03:08 01032_cityHash64_for_decimal: [ OK ] 0.64 sec. 2024-08-31 14:03:08 01034_sample_final_distributed: [ OK ] 6.20 sec. 2024-08-31 14:03:08 01032_duplicate_column_insert_query: [ OK ] 0.82 sec. 2024-08-31 14:03:09 01034_values_parse_float_bug: [ OK ] 6.77 sec. 2024-08-31 14:03:09 01162_strange_mutations: [ OK ] 28.27 sec. 2024-08-31 14:03:09 01031_pmj_new_any_semi_join: [ OK ] 0.73 sec. 2024-08-31 14:03:09 01031_semi_anti_join: [ OK ] 0.57 sec. 2024-08-31 14:03:09 01030_storage_set_supports_read: [ OK ] 0.54 sec. 2024-08-31 14:03:10 01025_array_compact_generic: [ OK ] 0.55 sec. 2024-08-31 14:03:10 01019_array_fill: [ OK ] 0.51 sec. 2024-08-31 14:03:10 01019_materialized_view_select_extra_columns: [ OK ] 0.58 sec. 2024-08-31 14:03:10 01018_optimize_read_in_order_with_in_subquery: [ OK ] 0.47 sec. 2024-08-31 14:03:11 01017_tuplehamming_distance: [ OK ] 0.50 sec. 2024-08-31 14:03:11 01016_simhash_minhash_ppc: [ SKIPPED ] 0.00 sec. - not running for current build 2024-08-31 14:03:11 01035_avg_weighted_long: [ OK ] 9.10 sec. 2024-08-31 14:03:11 01017_in_unconvertible_complex_type: [ OK ] 0.78 sec. 2024-08-31 14:03:12 01014_count_of_merges_metrics: [ OK ] 0.58 sec. 2024-08-31 14:03:12 01018_Distributed__shard_num: [ OK ] 1.60 sec. 2024-08-31 14:03:12 01013_repeat_function: [ OK ] 0.60 sec. 2024-08-31 14:03:12 01031_mutations_interpreter_and_context: [ OK ] 3.56 sec. 2024-08-31 14:03:13 01000_unneeded_substitutions_client: [ OK ] 1.57 sec. 2024-08-31 14:03:14 01045_order_by_pk_special_storages: [ OK ] 13.88 sec. 2024-08-31 14:03:15 01010_pmj_one_row_blocks: [ OK ] 3.02 sec. 2024-08-31 14:03:15 00999_settings_no_extra_quotes: [ OK ] 0.44 sec. 2024-08-31 14:03:15 01000_bad_size_of_marks_skip_idx: [ OK ] 1.35 sec. 2024-08-31 14:03:15 00995_optimize_read_in_order_with_aggregation: [ OK ] 0.56 sec. 2024-08-31 14:03:27 01005_rwr_shard_deadlock: [ OK ] 15.35 sec. 2024-08-31 14:03:28 01016_input_null_as_default: [ OK ] 16.96 sec. 2024-08-31 14:03:29 01007_r1r2_w_r2r1_deadlock: [ OK ] 16.83 sec. 2024-08-31 14:03:38 00987_distributed_stack_overflow: [ OK ] 10.42 sec. 2024-08-31 14:03:41 00984_materialized_view_to_columns: [ OK ] 2.67 sec. 2024-08-31 14:03:42 00982_array_enumerate_uniq_ranked: [ OK ] 0.81 sec. 2024-08-31 14:03:48 00988_parallel_parts_removal: [ OK ] 21.15 sec. 2024-08-31 14:03:49 00996_limit_with_ties: [ OK ] 34.47 sec. 2024-08-31 14:03:50 00991_system_parts_race_condition_long: [ OK ] 35.34 sec. 2024-08-31 14:03:51 00975_sample_prewhere_distributed: [ OK ] 0.64 sec. 2024-08-31 14:03:51 00976_system_stop_ttl_merges: [ OK ] 1.75 sec. 2024-08-31 14:03:51 00979_toFloat_monotonicity: [ OK ] 3.00 sec. 2024-08-31 14:03:52 00972_desc_table_virtual_columns: [ OK ] 0.45 sec. 2024-08-31 14:03:52 00963_startsWith_force_primary_key: [ OK ] 0.53 sec. 2024-08-31 14:03:53 00990_metric_log_table_not_empty: [ OK ] 37.45 sec. 2024-08-31 14:03:53 01119_session_log: [ OK ] 66.50 sec. 2024-08-31 14:03:53 00954_resample_combinator: [ OK ] 0.68 sec. 2024-08-31 14:03:54 00957_neighbor: [ OK ] 1.61 sec. 2024-08-31 14:03:54 00952_part_frozen_info: [ OK ] 0.72 sec. 2024-08-31 14:03:55 00984_parser_stack_overflow: [ OK ] 26.73 sec. 2024-08-31 14:03:56 00953_indices_alter_exceptions: [ OK ] 3.07 sec. 2024-08-31 14:03:56 00950_test_double_delta_codec: [ OK ] 1.62 sec. 2024-08-31 14:03:56 00944_minmax_null: [ OK ] 0.68 sec. 2024-08-31 14:03:56 00974_text_log_table_not_empty: [ OK ] 5.26 sec. 2024-08-31 14:03:56 00939_limit_by_offset: [ OK ] 0.50 sec. 2024-08-31 14:03:57 00939_test_null_in: [ OK ] 0.54 sec. 2024-08-31 14:03:57 00931_low_cardinality_nullable_aggregate_function_type: [ OK ] 0.89 sec. 2024-08-31 14:03:58 00927_asof_joins: [ OK ] 0.88 sec. 2024-08-31 14:04:00 00942_mutate_index: [ OK ] 4.64 sec. 2024-08-31 14:04:02 00973_uniq_non_associativity: [ OK ] 10.76 sec. 2024-08-31 14:04:02 00929_multi_match_edit_distance: [ OK ] 5.07 sec. 2024-08-31 14:04:03 00926_adaptive_index_granularity_collapsing_merge_tree: [ OK ] 1.27 sec. 2024-08-31 14:04:05 00926_zookeeper_adaptive_index_granularity_replicated_merge_tree_long: [ OK ] 7.12 sec. 2024-08-31 14:04:06 00926_adaptive_index_granularity_merge_tree: [ OK ] 5.98 sec. 2024-08-31 14:04:07 00919_sum_aggregate_states_constants: [ OK ] 0.78 sec. 2024-08-31 14:04:08 00921_datetime64_basic: [ OK ] 2.39 sec. 2024-08-31 14:04:08 00926_adaptive_index_granularity_versioned_collapsing_merge_tree: [ OK ] 5.04 sec. 2024-08-31 14:04:08 00915_tuple_orantius: [ OK ] 0.36 sec. 2024-08-31 14:04:09 00915_simple_aggregate_function: [ OK ] 1.17 sec. 2024-08-31 14:04:09 00910_buffer_prewhere_different_types: [ OK ] 0.47 sec. 2024-08-31 14:04:09 00906_low_cardinality_rollup: [ OK ] 0.58 sec. 2024-08-31 14:04:10 00901_joint_entropy: [ OK ] 0.65 sec. 2024-08-31 14:04:10 00907_set_index_with_nullable_and_low_cardinality: [ OK ] 1.40 sec. 2024-08-31 14:04:10 00926_multimatch: [ OK ] 8.26 sec. 2024-08-31 14:04:11 00952_input_function: [ OK ] 16.64 sec. 2024-08-31 14:04:12 01034_move_partition_from_table_zookeeper: [ OK ] 66.20 sec. 2024-08-31 14:04:13 00909_arrayEnumerateUniq: [ OK ] 5.09 sec. 2024-08-31 14:04:14 00981_topK_topKWeighted_long: [ OK ] 31.45 sec. 2024-08-31 14:04:14 00900_null_array_orc_load: [ OK ] 2.87 sec. 2024-08-31 14:04:14 00900_orc_arrays_load: [ OK ] 3.94 sec. 2024-08-31 14:04:14 00874_issue_3495: [ OK ] 0.51 sec. 2024-08-31 14:04:15 00875_join_right_nulls_ors: [ OK ] 1.18 sec. 2024-08-31 14:04:15 00900_orc_nullable_arrays_load: [ OK ] 3.78 sec. 2024-08-31 14:04:16 00862_decimal_in: [ OK ] 0.77 sec. 2024-08-31 14:04:16 00846_join_using_tuple_crash: [ OK ] 0.47 sec. 2024-08-31 14:04:16 00845_join_on_aliases: [ OK ] 0.63 sec. 2024-08-31 14:04:16 00844_join_lightee2: [ OK ] 0.46 sec. 2024-08-31 14:04:17 00837_insert_select_and_read_prefix: [ OK ] 0.55 sec. 2024-08-31 14:04:17 00833_sleep_overflow: [ OK ] 0.45 sec. 2024-08-31 14:04:18 00872_t64_bit_codec: [ OK ] 4.31 sec. 2024-08-31 14:04:19 00826_cross_to_inner_join: [ OK ] 1.51 sec. 2024-08-31 14:04:20 00871_t64_codec_signed: [ OK ] 5.59 sec. 2024-08-31 14:04:20 00900_orc_arrow_parquet_nested: [ OK ] 10.26 sec. 2024-08-31 14:04:20 00819_ast_refactoring_bugs: [ OK ] 0.60 sec. 2024-08-31 14:04:21 00818_join_bug_4271: [ OK ] 0.62 sec. 2024-08-31 14:04:21 00900_orc_arrow_parquet_tuples: [ OK ] 7.64 sec. 2024-08-31 14:04:21 00812_prewhere_alias_array: [ OK ] 0.53 sec. 2024-08-31 14:04:21 00825_protobuf_format_array_3dim: [ OK ] 3.01 sec. 2024-08-31 14:04:22 00809_add_days_segfault: [ OK ] 0.80 sec. 2024-08-31 14:04:22 00825_protobuf_format_nested_optional: [ OK ] 3.17 sec. 2024-08-31 14:04:22 00800_versatile_storage_join: [ OK ] 0.85 sec. 2024-08-31 14:04:22 00765_sql_compatibility_aliases: [ OK ] 0.73 sec. 2024-08-31 14:04:23 00757_enum_defaults_const: [ OK ] 0.45 sec. 2024-08-31 14:04:23 00753_distributed_system_columns_and_system_tables: [ OK ] 0.53 sec. 2024-08-31 14:04:24 00752_low_cardinality_left_array_join: [ OK ] 0.56 sec. 2024-08-31 14:04:24 00752_low_cardinality_mv_2: [ OK ] 0.86 sec. 2024-08-31 14:04:24 00747_contributors: [ OK ] 0.37 sec. 2024-08-31 14:04:25 00746_hashing_tuples: [ OK ] 0.81 sec. 2024-08-31 14:04:26 00743_limit_by_not_found_column: [ OK ] 0.64 sec. 2024-08-31 14:04:26 00735_or_expr_optimize_bug: [ OK ] 0.44 sec. 2024-08-31 14:04:27 00834_hints_for_type_function_typos: [ OK ] 10.22 sec. 2024-08-31 14:04:28 00732_quorum_insert_simple_test_1_parts_zookeeper_long: [ OK ] 2.25 sec. 2024-08-31 14:04:29 00732_quorum_insert_have_data_before_quorum_zookeeper_long: [ OK ] 2.11 sec. 2024-08-31 14:04:29 00800_low_cardinality_merge_join: [ OK ] 7.82 sec. 2024-08-31 14:04:30 00725_join_on_bug_1: [ OK ] 0.94 sec. 2024-08-31 14:04:30 00718_format_datetime_1: [ OK ] 0.54 sec. 2024-08-31 14:04:31 00751_low_cardinality_nullable_group_by: [ OK ] 6.91 sec. 2024-08-31 14:04:33 00723_remerge_sort: [ OK ] 3.85 sec. 2024-08-31 14:04:33 00718_format_datetime: [ OK ] 2.81 sec. 2024-08-31 14:04:33 00714_create_temporary_table_with_in_clause: [ OK ] 0.58 sec. 2024-08-31 14:04:34 00712_prewhere_with_sampling_and_alias: [ OK ] 0.55 sec. 2024-08-31 14:04:34 00711_array_enumerate_variants: [ OK ] 0.42 sec. 2024-08-31 14:04:34 00703_join_crash: [ OK ] 0.49 sec. 2024-08-31 14:04:35 00706_iso_week_and_day_of_year: [ OK ] 1.25 sec. 2024-08-31 14:04:35 00702_join_with_using_dups: [ OK ] 0.93 sec. 2024-08-31 14:04:36 00701_join_default_strictness: [ OK ] 0.61 sec. 2024-08-31 14:04:36 00700_decimal_with_default_precision_and_scale: [ OK ] 0.51 sec. 2024-08-31 14:04:37 00702_join_on_dups: [ OK ] 2.04 sec. 2024-08-31 14:04:37 00700_decimal_array_functions: [ OK ] 0.76 sec. 2024-08-31 14:04:38 00692_if_exception_code: [ OK ] 0.69 sec. 2024-08-31 14:04:39 00688_aggregation_retention: [ OK ] 1.01 sec. 2024-08-31 14:04:39 00700_decimal_bounds: [ OK ] 2.00 sec. 2024-08-31 14:04:40 00688_low_cardinality_in: [ OK ] 0.82 sec. 2024-08-31 14:04:40 00715_fetch_merged_or_mutated_part_zookeeper: [ OK ] 9.59 sec. 2024-08-31 14:04:41 00688_low_cardinality_nullable_cast: [ OK ] 0.63 sec. 2024-08-31 14:04:41 00676_group_by_in: [ OK ] 0.62 sec. 2024-08-31 14:04:41 00665_alter_nullable_string_to_nullable_uint8: [ OK ] 0.56 sec. 2024-08-31 14:04:42 00660_optimize_final_without_partition: [ OK ] 0.62 sec. 2024-08-31 14:04:43 00653_running_difference: [ OK ] 0.79 sec. 2024-08-31 14:04:44 00674_join_on_syntax: [ OK ] 3.12 sec. 2024-08-31 14:04:46 00652_replicated_mutations_default_database_zookeeper: [ OK ] 3.18 sec. 2024-08-31 14:04:47 00648_replacing_empty_set_from_prewhere: [ OK ] 0.54 sec. 2024-08-31 14:04:47 00642_cast: [ OK ] 0.68 sec. 2024-08-31 14:04:48 00938_fix_rwlock_segfault_long: [ OK ] 52.26 sec. 2024-08-31 14:04:49 00635_shard_distinct_order_by: [ OK ] 0.67 sec. 2024-08-31 14:04:53 00688_low_cardinality_serialization: [ OK ] 14.19 sec. 2024-08-31 14:04:56 00804_test_alter_compression_codecs: [ OK ] 35.16 sec. 2024-08-31 14:04:57 00634_logging_shard: [ OK ] 4.23 sec. 2024-08-31 14:04:58 00627_recursive_alias: [ OK ] 0.46 sec. 2024-08-31 14:04:59 00636_partition_key_parts_pruning: [ OK ] 11.20 sec. 2024-08-31 14:04:59 00625_query_in_form_data: [ OK ] 1.28 sec. 2024-08-31 14:04:59 00619_union_highlite: [ OK ] 0.48 sec. 2024-08-31 14:05:00 00632_aggregation_window_funnel: [ OK ] 3.50 sec. 2024-08-31 14:05:00 00613_shard_distributed_max_execution_time: [ OK ] 0.56 sec. 2024-08-31 14:05:00 00614_shard_same_header_for_local_and_remote_node_in_distributed_query: [ OK ] 0.66 sec. 2024-08-31 14:05:00 00612_union_query_with_subquery: [ OK ] 0.54 sec. 2024-08-31 14:05:01 00612_shard_count: [ OK ] 1.13 sec. 2024-08-31 14:05:01 00612_pk_in_tuple: [ OK ] 1.42 sec. 2024-08-31 14:05:02 00634_performance_introspection_and_logging: [ OK ] 12.68 sec. 2024-08-31 14:05:02 00605_intersections_aggregate_functions: [ OK ] 0.55 sec. 2024-08-31 14:05:02 00597_with_totals_on_empty_set: [ OK ] 0.52 sec. 2024-08-31 14:05:03 00587_union_all_type_conversions: [ OK ] 0.62 sec. 2024-08-31 14:05:03 00594_alias_in_distributed: [ OK ] 1.56 sec. 2024-08-31 14:05:04 00584_view_union_all: [ OK ] 0.78 sec. 2024-08-31 14:05:04 00582_not_aliasing_functions: [ OK ] 0.42 sec. 2024-08-31 14:05:04 00652_mutations_alter_update: [ OK ] 20.20 sec. 2024-08-31 14:05:04 00580_consistent_hashing_functions: [ OK ] 0.49 sec. 2024-08-31 14:05:04 00609_prewhere_and_default: [ OK ] 3.25 sec. 2024-08-31 14:05:05 00579_virtual_column_and_lazy: [ OK ] 0.75 sec. 2024-08-31 14:05:05 00612_pk_in_tuple_perf: [ OK ] 4.44 sec. 2024-08-31 14:05:05 00575_merge_and_index_with_function_in_in: [ OK ] 0.49 sec. 2024-08-31 14:05:05 00567_parse_datetime_as_unix_timestamp: [ OK ] 0.43 sec. 2024-08-31 14:05:05 00576_nested_and_prewhere: [ OK ] 1.31 sec. 2024-08-31 14:05:06 00562_in_subquery_merge_tree: [ OK ] 0.86 sec. 2024-08-31 14:05:06 00556_array_intersect: [ OK ] 0.61 sec. 2024-08-31 14:05:06 00544_insert_with_select: [ OK ] 0.47 sec. 2024-08-31 14:05:06 00555_hasSubstr: [ OK ] 0.89 sec. 2024-08-31 14:05:06 00534_functions_bad_arguments13: [ SKIPPED ] 0.00 sec. - not running for current build 2024-08-31 14:05:06 00534_functions_bad_arguments7: [ SKIPPED ] 0.00 sec. - not running for current build 2024-08-31 14:05:07 00534_exp10: [ OK ] 0.42 sec. 2024-08-31 14:05:07 00534_functions_bad_arguments9: [ SKIPPED ] 0.00 sec. - not running for current build 2024-08-31 14:05:07 00534_functions_bad_arguments10: [ SKIPPED ] 0.00 sec. - not running for current build 2024-08-31 14:05:07 00542_access_to_temporary_table_in_readonly_mode: [ OK ] 0.46 sec. 2024-08-31 14:05:07 00518_extract_all_and_empty_matches: [ OK ] 0.39 sec. 2024-08-31 14:05:08 00516_modulo: [ OK ] 0.66 sec. 2024-08-31 14:05:08 00550_join_insert_select: [ OK ] 2.14 sec. 2024-08-31 14:05:08 00524_time_intervals_months_underflow: [ OK ] 1.29 sec. 2024-08-31 14:05:09 00508_materialized_view_to: [ OK ] 0.70 sec. 2024-08-31 14:05:09 00574_empty_strings_deserialization: [ OK ] 3.99 sec. 2024-08-31 14:05:09 00506_union_distributed: [ OK ] 1.20 sec. 2024-08-31 14:05:09 00575_illegal_column_exception_when_drop_depen_column: [ OK ] 4.92 sec. 2024-08-31 14:05:10 00500_point_in_polygon_nan: [ OK ] 0.40 sec. 2024-08-31 14:05:10 00500_point_in_polygon_bug_3_linestring_rotation_precision: [ OK ] 0.94 sec. 2024-08-31 14:05:10 00500_point_in_polygon_bug_2: [ OK ] 0.49 sec. 2024-08-31 14:05:10 00499_json_enum_insert: [ OK ] 0.52 sec. 2024-08-31 14:05:10 00489_pk_subexpression: [ OK ] 0.71 sec. 2024-08-31 14:05:11 00477_parsing_data_types: [ OK ] 0.33 sec. 2024-08-31 14:05:11 00483_reading_from_array_structure: [ OK ] 0.71 sec. 2024-08-31 14:05:11 00472_create_view_if_not_exists: [ OK ] 0.40 sec. 2024-08-31 14:05:11 00466_comments_in_keyword: [ OK ] 0.45 sec. 2024-08-31 14:05:12 00462_json_true_false_literals: [ OK ] 0.45 sec. 2024-08-31 14:05:12 00451_left_array_join_and_constants: [ OK ] 0.46 sec. 2024-08-31 14:05:12 00448_to_string_cut_to_zero: [ OK ] 0.41 sec. 2024-08-31 14:05:12 00504_insert_miss_columns: [ OK ] 4.09 sec. 2024-08-31 14:05:13 00502_custom_partitioning_replicated_zookeeper_long: [ OK ] 3.94 sec. 2024-08-31 14:05:13 00444_join_use_nulls: [ OK ] 0.80 sec. 2024-08-31 14:05:13 00442_filter_by_nullable: [ OK ] 0.65 sec. 2024-08-31 14:05:13 00434_tonullable: [ OK ] 0.48 sec. 2024-08-31 14:05:13 00422_hash_function_constexpr: [ OK ] 0.49 sec. 2024-08-31 14:05:13 00414_time_zones_direct_conversion: [ OK ] 0.49 sec. 2024-08-31 14:05:14 00413_least_greatest_new_behavior: [ OK ] 0.49 sec. 2024-08-31 14:05:14 00411_merge_tree_where_const_in_set: [ OK ] 0.65 sec. 2024-08-31 14:05:14 00389_concat_operator: [ OK ] 0.40 sec. 2024-08-31 14:05:15 00405_output_format_pretty_color: [ OK ] 1.00 sec. 2024-08-31 14:05:15 00367_visible_width_of_array_tuple_enum: [ OK ] 0.43 sec. 2024-08-31 14:05:15 00484_preferred_max_column_in_block_size_bytes: [ OK ] 5.31 sec. 2024-08-31 14:05:16 00363_defaults: [ OK ] 0.63 sec. 2024-08-31 14:05:16 00361_shared_array_offsets_and_squash_blocks: [ OK ] 0.66 sec. 2024-08-31 14:05:16 00360_to_date_from_string_with_datetime: [ OK ] 0.51 sec. 2024-08-31 14:05:16 00359_convert_or_zero_functions: [ OK ] 0.45 sec. 2024-08-31 14:05:17 00358_from_string_complex_types: [ OK ] 0.42 sec. 2024-08-31 14:05:17 00350_count_distinct: [ OK ] 0.66 sec. 2024-08-31 14:05:17 00346_if_tuple: [ OK ] 0.56 sec. 2024-08-31 14:05:18 00345_index_accurate_comparison: [ OK ] 0.74 sec. 2024-08-31 14:05:18 00343_array_element_generic: [ OK ] 0.84 sec. 2024-08-31 14:05:19 00374_json_each_row_input_with_noisy_fields: [ OK ] 4.72 sec. 2024-08-31 14:05:19 00337_shard_any_heavy: [ OK ] 1.64 sec. 2024-08-31 14:05:20 00335_bom: [ OK ] 1.40 sec. 2024-08-31 14:05:20 00308_write_buffer_valid_utf8: [ OK ] 0.49 sec. 2024-08-31 14:05:21 00319_index_for_like: [ OK ] 1.26 sec. 2024-08-31 14:05:21 00410_aggregation_combinators_with_arenas: [ OK ] 7.74 sec. 2024-08-31 14:05:22 00298_enum_width_and_cast: [ OK ] 0.74 sec. 2024-08-31 14:05:22 00292_parser_tuple_element: [ OK ] 0.41 sec. 2024-08-31 14:05:22 00287_column_const_with_nan: [ OK ] 0.44 sec. 2024-08-31 14:05:22 00280_hex_escape_sequence: [ OK ] 0.38 sec. 2024-08-31 14:05:23 00277_array_filter: [ OK ] 0.49 sec. 2024-08-31 14:05:23 00302_http_compression: [ OK ] 2.40 sec. 2024-08-31 14:05:23 00279_quantiles_permuted_args: [ OK ] 0.61 sec. 2024-08-31 14:05:23 00254_tuple_extremes: [ OK ] 0.51 sec. 2024-08-31 14:05:23 00251_has_types: [ OK ] 0.71 sec. 2024-08-31 14:05:24 00239_type_conversion_in_in: [ OK ] 0.52 sec. 2024-08-31 14:05:24 00250_tuple_comparison: [ OK ] 0.73 sec. 2024-08-31 14:05:24 00275_shard_quantiles_weighted: [ OK ] 1.39 sec. 2024-08-31 14:05:24 00900_long_parquet_load: [ OK ] 74.19 sec. 2024-08-31 14:05:24 00235_create_temporary_table_as: [ OK ] 0.38 sec. 2024-08-31 14:05:24 00231_format_vertical_raw: [ OK ] 0.40 sec. 2024-08-31 14:05:25 00218_like_regexp_newline: [ OK ] 0.54 sec. 2024-08-31 14:05:25 00216_bit_test_function_family: [ OK ] 0.80 sec. 2024-08-31 14:05:25 00226_zookeeper_deduplication_and_unexpected_parts_long: [ OK ] 1.18 sec. 2024-08-31 14:05:25 00228_shard_quantiles_deterministic_merge_overflow: [ OK ] 1.43 sec. 2024-08-31 14:05:26 00206_empty_array_to_single: [ OK ] 0.62 sec. 2024-08-31 14:05:26 00215_primary_key_order_zookeeper_long: [ OK ] 1.02 sec. 2024-08-31 14:05:26 00202_cross_join: [ OK ] 0.60 sec. 2024-08-31 14:05:26 00209_insert_select_extremes: [ OK ] 0.99 sec. 2024-08-31 14:05:27 00198_group_by_empty_arrays: [ OK ] 0.88 sec. 2024-08-31 14:05:27 00195_shard_union_all_and_global_in: [ OK ] 0.91 sec. 2024-08-31 14:05:27 00192_least_greatest: [ OK ] 0.80 sec. 2024-08-31 14:05:27 00193_parallel_replicas: [ OK ] 1.25 sec. 2024-08-31 14:05:27 00179_lambdas_with_common_expressions_and_filter: [ OK ] 0.48 sec. 2024-08-31 14:05:28 00176_if_string_arrays: [ OK ] 0.73 sec. 2024-08-31 14:05:28 00165_transform_non_const_default: [ OK ] 0.71 sec. 2024-08-31 14:05:29 00158_buffer_and_nonexistent_table: [ OK ] 0.82 sec. 2024-08-31 14:05:29 00173_compare_date_time_with_constant_string: [ OK ] 1.79 sec. 2024-08-31 14:05:29 00150_with_totals_and_join: [ OK ] 0.85 sec. 2024-08-31 14:05:29 00443_preferred_block_size_bytes: [ OK ] 17.17 sec. 2024-08-31 14:05:29 00127_group_by_concat: [ OK ] 0.48 sec. 2024-08-31 14:05:30 00123_shard_unmerged_result_when_max_distributed_connections_is_one: [ OK ] 0.60 sec. 2024-08-31 14:05:30 00163_shard_join_with_empty_table: [ OK ] 2.33 sec. 2024-08-31 14:05:30 00099_join_many_blocks_segfault: [ OK ] 0.43 sec. 2024-08-31 14:05:30 00098_7_union_all: [ OK ] 0.43 sec. 2024-08-31 14:05:30 00116_storage_set: [ OK ] 0.78 sec. 2024-08-31 14:05:30 00118_storage_join: [ OK ] 0.95 sec. 2024-08-31 14:05:30 00140_parse_unix_timestamp_as_datetime: [ OK ] 1.79 sec. 2024-08-31 14:05:31 00098_a_union_all: [ OK ] 0.48 sec. 2024-08-31 14:05:31 00098_5_union_all: [ OK ] 0.57 sec. 2024-08-31 14:05:31 00098_2_union_all: [ OK ] 0.56 sec. 2024-08-31 14:05:31 00098_k_union_all: [ OK ] 0.49 sec. 2024-08-31 14:05:31 00098_1_union_all: [ OK ] 0.68 sec. 2024-08-31 14:05:31 00098_4_union_all: [ OK ] 0.58 sec. 2024-08-31 14:05:31 00068_empty_tiny_log: [ OK ] 0.39 sec. 2024-08-31 14:05:32 00067_replicate_segfault: [ OK ] 0.50 sec. 2024-08-31 14:05:32 00065_shard_float_literals_formatting: [ OK ] 0.54 sec. 2024-08-31 14:05:32 00052_all_left_join: [ OK ] 0.43 sec. 2024-08-31 14:05:33 00051_any_inner_join: [ OK ] 0.53 sec. 2024-08-31 14:05:33 00050_any_left_join: [ OK ] 0.50 sec. 2024-08-31 14:05:33 00049_any_left_join: [ OK ] 0.51 sec. 2024-08-31 14:05:33 00045_sorting_by_fixed_string_descending: [ OK ] 0.48 sec. 2024-08-31 14:05:34 00016_totals_having_constants: [ OK ] 0.42 sec. 2024-08-31 14:05:34 00008_array_join: [ OK ] 0.42 sec. 2024-08-31 14:05:34 2024-08-31 14:05:34 169 tests passed. 1 tests skipped. 616.33 s elapsed (ForkPoolWorker-6). 2024-08-31 14:05:34 00006_extremes_and_subquery_from: [ OK ] 0.50 sec. 2024-08-31 14:05:34 2024-08-31 14:05:34 175 tests passed. 0 tests skipped. 616.79 s elapsed (ForkPoolWorker-9). 2024-08-31 14:05:35 00078_string_concat: [ OK ] 3.73 sec. 2024-08-31 14:05:35 2024-08-31 14:05:35 176 tests passed. 0 tests skipped. 617.14 s elapsed (ForkPoolWorker-8). 2024-08-31 14:05:35 00083_create_merge_tree_zookeeper_long: [ OK ] 3.85 sec. 2024-08-31 14:05:35 2024-08-31 14:05:35 30 tests passed. 0 tests skipped. 617.22 s elapsed (ForkPoolWorker-5). 2024-08-31 14:05:40 00096_aggregation_min_if: [ OK ] 8.78 sec. 2024-08-31 14:05:40 2024-08-31 14:05:40 179 tests passed. 7 tests skipped. 622.14 s elapsed (ForkPoolWorker-4). 2024-08-31 14:05:48 00763_long_lock_buffer_alter_destination_table: [ OK ] 86.25 sec. 2024-08-31 14:05:48 2024-08-31 14:05:48 169 tests passed. 3 tests skipped. 630.86 s elapsed (ForkPoolWorker-2). 2024-08-31 14:06:39 00731_long_merge_tree_select_opened_files: [ OK ] 130.60 sec. 2024-08-31 14:06:39 2024-08-31 14:06:39 130 tests passed. 1 tests skipped. 681.52 s elapsed (ForkPoolWorker-3). 2024-08-31 14:07:21 00326_long_function_multi_if: [ OK ] 121.79 sec. 2024-08-31 14:07:21 2024-08-31 14:07:21 Having 1 errors! 129 tests passed. 0 tests skipped. 723.66 s elapsed (ForkPoolWorker-7). 2024-08-31 14:07:21 2024-08-31 14:07:21 Running 123 stateless tests (MainProcess). 2024-08-31 14:07:21 2024-08-31 14:07:30 03002_part_log_rmt_fetch_merge_error: [ OK ] 8.84 sec. 2024-08-31 14:07:30 02960_partition_by_udf: [ OK ] 0.52 sec. 2024-08-31 14:07:32 02947_non_post_request_should_be_readonly: [ OK ] 1.31 sec. 2024-08-31 14:07:33 02911_row_policy_on_cluster: [ OK ] 0.80 sec. 2024-08-31 14:07:33 02910_prefetch_unexpceted_exception: [ OK ] 0.48 sec. 2024-08-31 14:08:31 02908_many_requests_to_system_replicas: [ OK ] 27.67 sec. 2024-08-31 14:08:39 02907_suggestions_readonly_user: [ OK ] 7.68 sec. 2024-08-31 14:08:40 02906_orc_tuple_field_prune: [ OK ] 1.57 sec. 2024-08-31 14:08:49 02841_parquet_filter_pushdown: [ OK ] 8.47 sec. 2024-08-31 14:08:50 02833_multiprewhere_extra_column: [ OK ] 1.60 sec. 2024-08-31 14:08:54 02771_multidirectory_globs_storage_file: [ OK ] 3.45 sec. 2024-08-31 14:08:54 02762_replicated_database_no_args: [ OK ] 0.45 sec. 2024-08-31 14:09:00 02725_database_hdfs: [ OK ] 6.11 sec. 2024-08-31 14:09:02 02725_local_query_parameters: [ OK ] 1.50 sec. 2024-08-31 14:09:07 02724_database_s3: [ OK ] 4.73 sec. 2024-08-31 14:09:07 02723_parallelize_output_setting: [ OK ] 0.49 sec. 2024-08-31 14:09:19 02722_database_filesystem: [ OK ] 12.30 sec. 2024-08-31 14:09:30 02713_create_user_substitutions: [ OK ] 10.25 sec. 2024-08-31 14:09:30 02710_show_table: [ OK ] 0.44 sec. 2024-08-31 14:09:33 02705_capnp_more_types: [ OK ] 2.34 sec. 2024-08-31 14:09:37 02572_system_logs_materialized_views_ignore_errors: [ OK ] 4.42 sec. 2024-08-31 14:09:39 02541_arrow_duration_type: [ OK ] 1.91 sec. 2024-08-31 14:10:05 02535_max_parallel_replicas_custom_key: [ OK ] 26.23 sec. 2024-08-31 14:10:43 02515_cleanup_async_insert_block_ids: [ OK ] 37.70 sec. 2024-08-31 14:10:47 02513_insert_without_materialized_columns: [ OK ] 4.35 sec. 2024-08-31 14:10:51 02511_parquet_orc_missing_columns: [ OK ] 3.95 sec. 2024-08-31 14:10:51 02497_trace_events_stress_long: [ SKIPPED ] 0.00 sec. - not running for current build 2024-08-31 14:10:53 02494_query_cache_passive_usage: [ OK ] 1.73 sec. 2024-08-31 14:10:54 02494_query_cache_squash_partial_results: [ OK ] 0.86 sec. 2024-08-31 14:10:55 02483_substitute_udf_create: [ OK ] 0.67 sec. 2024-08-31 14:10:58 02483_capnp_decimals: [ OK ] 2.88 sec. 2024-08-31 14:10:59 02482_json_nested_arrays_with_same_keys: [ OK ] 1.48 sec. 2024-08-31 14:11:04 02477_analyzer_function_hints: [ OK ] 4.47 sec. 2024-08-31 14:11:04 02458_hdfs_cluster_schema_inference: [ OK ] 0.76 sec. 2024-08-31 14:11:05 02458_use_structure_from_insertion_table: [ OK ] 1.02 sec. 2024-08-31 14:11:06 02454_json_object_each_row_column_for_object_name: [ OK ] 0.49 sec. 2024-08-31 14:11:06 02416_input_json_formats: [ OK ] 0.54 sec. 2024-08-31 14:11:24 02404_memory_bound_merging: [ OK ] 17.72 sec. 2024-08-31 14:11:37 02402_external_disk_mertrics: [ OK ] 12.44 sec. 2024-08-31 14:11:37 02375_system_schema_inference_cache: [ OK ] 0.51 sec. 2024-08-31 14:11:39 02373_heap_buffer_overflow_in_avro: [ OK ] 1.88 sec. 2024-08-31 14:12:02 02352_rwlock: [ OK ] 22.47 sec. 2024-08-31 14:12:03 02350_views_max_insert_threads: [ OK ] 1.75 sec. 2024-08-31 14:12:04 02313_avro_records_and_maps: [ OK ] 0.79 sec. 2024-08-31 14:12:05 02304_orc_arrow_parquet_string_as_string: [ OK ] 0.48 sec. 2024-08-31 14:12:17 02294_overcommit_overflow: [ OK ] 12.37 sec. 2024-08-31 14:12:20 02252_jit_profile_events: [ OK ] 3.18 sec. 2024-08-31 14:12:21 02244_lowcardinality_hash_join: [ OK ] 0.61 sec. 2024-08-31 14:12:33 02242_delete_user_race: [ OK ] 12.04 sec. 2024-08-31 14:12:59 02228_merge_tree_insert_memory_usage: [ OK ] 26.23 sec. 127.0.0.1 - - [31/Aug/2024:11:13:13 +0000] "PUT /devstoreaccount1/cont/xxwnrhnjsqhvxzhffktjbtludnfxlmgq?blockid=moumzzasjmuruaddomgwfxqchpewawgyqsfjxbzvuewlwnpdkzxwmjgdvtpvxaaz&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:13 +0000] "PUT /devstoreaccount1/cont/xxwnrhnjsqhvxzhffktjbtludnfxlmgq?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:13 +0000] "PUT /devstoreaccount1/cont/cvjxgtvvjzgcmvnrpfftkosmlohdkqut?blockid=zugrjlpszhnnosmqjzloxgqvhefduawvofhxxncvihfdzgjxtbvhvfynyoeocwwp&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:13 +0000] "PUT /devstoreaccount1/cont/ugzusjftsgljigsvgwpxvxjjiwsrgpsi?blockid=emlfnhwarpcuavghiupwhuddcghsbokgxwehsnqcaepmpxdslskslsnwzbqmdfpw&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:13 +0000] "PUT /devstoreaccount1/cont/wptfqgirveoqmrzurntyblncghnjhkhe?blockid=jygpaseksdhsgldezjzcieshefcktxzodojeuvegffsclsbwrgqbehzupsezwhzd&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:13 +0000] "PUT /devstoreaccount1/cont/suthmvehpisbfougdmkncjqyxivinzba?blockid=ppacwhpownjlpygxjpzvyiyteqiwhdjghanatiylaymohvvkzxlffuoxiqyehtis&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:13 +0000] "PUT /devstoreaccount1/cont/grxnsozvqvfbxippntwkipkvznguwdpx?blockid=pbgzbcgfixneopssulhcpjetojvlpgmlzpuybxjndthvysgfplphlrhngblfrnof&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:13 +0000] "PUT /devstoreaccount1/cont/rejnjuzkitrscmmlytojujrcgxqomgkg?blockid=fldgskmxaprdchhwgnouomfzytxrliuoeljdsrdnamenfdzmnulmvwonqmiasjte&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:13 +0000] "PUT /devstoreaccount1/cont/yoplyoftduewzrcldgbcmtwsrfqvwhfx?blockid=qeyonlgjtfkweborvbllepjcoqvkkbasihqangaaitnhvdzfdwwiaaxphnkbcbok&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:13 +0000] "PUT /devstoreaccount1/cont/ycgctvzffmjttmuhcjtfhkrvixvekupk?blockid=qmtljesvvmzlytdhrijlqllrfsqzmmhveuivwhjyuiogjdjlrgonjogogdpknrla&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:13 +0000] "PUT /devstoreaccount1/cont/avprfcanaebowhcqfoqlqbrxqelvtlrc?blockid=babswldpxpzpnrymfudrnzpulgzrdsmkpycxdmwtqusaqaseonslmirlzkczvziv&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:13 +0000] "PUT /devstoreaccount1/cont/cvjxgtvvjzgcmvnrpfftkosmlohdkqut?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:13 +0000] "PUT /devstoreaccount1/cont/ugzusjftsgljigsvgwpxvxjjiwsrgpsi?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:13 +0000] "PUT /devstoreaccount1/cont/wptfqgirveoqmrzurntyblncghnjhkhe?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:13 +0000] "PUT /devstoreaccount1/cont/suthmvehpisbfougdmkncjqyxivinzba?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:13 +0000] "PUT /devstoreaccount1/cont/grxnsozvqvfbxippntwkipkvznguwdpx?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:13 +0000] "PUT /devstoreaccount1/cont/rejnjuzkitrscmmlytojujrcgxqomgkg?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:13 +0000] "PUT /devstoreaccount1/cont/yoplyoftduewzrcldgbcmtwsrfqvwhfx?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:13 +0000] "PUT /devstoreaccount1/cont/ycgctvzffmjttmuhcjtfhkrvixvekupk?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:13 +0000] "PUT /devstoreaccount1/cont/avprfcanaebowhcqfoqlqbrxqelvtlrc?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:13 +0000] "GET /devstoreaccount1/cont/ugzusjftsgljigsvgwpxvxjjiwsrgpsi HTTP/1.1" 206 62 127.0.0.1 - - [31/Aug/2024:11:13:13 +0000] "GET /devstoreaccount1/cont/cvjxgtvvjzgcmvnrpfftkosmlohdkqut HTTP/1.1" 206 100281 127.0.0.1 - - [31/Aug/2024:11:13:23 +0000] "PUT /devstoreaccount1/cont/qmmyfzkvjbfercapbnlxbhtkogrvyvzk?blockid=ajmlynfuuppdncqofdoqxduaorqyvbaahwtzwhfanypnshqmgkzftvvbnwufnexl&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:23 +0000] "PUT /devstoreaccount1/cont/qpaotzmvdvcqeqwfeofssvystprlyuex?blockid=hqytoeimzqrkqtuarlztayxupqcijmjlbowejqenxkjkvkyaeersqfhlqwdrzjmu&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:23 +0000] "PUT /devstoreaccount1/cont/gtdbanmycvsirqgsiwddlduukfrtepiz?blockid=vaejbjwgpyhbngmygobeejobfmsumyhokooxtzxkasatldxskwikatrjiortbtgh&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "PUT /devstoreaccount1/cont/bvafinxpqjcrgxmiidryfaiwozndbgbl?blockid=qvraiakuluhxxnmjikesmmisjwhihcixbroimnhrpixjpjmmequbqpbpfngkciyl&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "PUT /devstoreaccount1/cont/qpxcwszikraxmaprtcpnlkyirbpsywme?blockid=hyrzgeamivftlufqcebfnntlzoznhjvpenzssdtcgygkhkkywwyadkmhqwtoqlzz&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "PUT /devstoreaccount1/cont/yqlxjgncrckyxehughpirczgzwdocoda HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "PUT /devstoreaccount1/cont/wksuokrxnktjdcbztwdsjwiytxzvhqnp HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "PUT /devstoreaccount1/cont/dlaehvqhxahqqeghikdczjwciwkrxsap HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "PUT /devstoreaccount1/cont/qmmyfzkvjbfercapbnlxbhtkogrvyvzk?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "PUT /devstoreaccount1/cont/qpaotzmvdvcqeqwfeofssvystprlyuex?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "PUT /devstoreaccount1/cont/gtdbanmycvsirqgsiwddlduukfrtepiz?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "PUT /devstoreaccount1/cont/bvafinxpqjcrgxmiidryfaiwozndbgbl?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "PUT /devstoreaccount1/cont/qpxcwszikraxmaprtcpnlkyirbpsywme?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "DELETE /devstoreaccount1/cont/avprfcanaebowhcqfoqlqbrxqelvtlrc HTTP/1.1" 202 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "DELETE /devstoreaccount1/cont/rejnjuzkitrscmmlytojujrcgxqomgkg HTTP/1.1" 202 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "DELETE /devstoreaccount1/cont/suthmvehpisbfougdmkncjqyxivinzba HTTP/1.1" 202 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "DELETE /devstoreaccount1/cont/ugzusjftsgljigsvgwpxvxjjiwsrgpsi HTTP/1.1" 202 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "DELETE /devstoreaccount1/cont/cvjxgtvvjzgcmvnrpfftkosmlohdkqut HTTP/1.1" 202 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "DELETE /devstoreaccount1/cont/wptfqgirveoqmrzurntyblncghnjhkhe HTTP/1.1" 202 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "DELETE /devstoreaccount1/cont/grxnsozvqvfbxippntwkipkvznguwdpx HTTP/1.1" 202 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "DELETE /devstoreaccount1/cont/ycgctvzffmjttmuhcjtfhkrvixvekupk HTTP/1.1" 202 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "DELETE /devstoreaccount1/cont/yoplyoftduewzrcldgbcmtwsrfqvwhfx HTTP/1.1" 202 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "PUT /devstoreaccount1/cont/kpzaetdvcrxskmwldoqesmsszbpxfftc?blockid=tsdgdtwfugtorezzhchnjamjdhekudwhkgfirbdnrocwqffddanhbdssceilunyk&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "PUT /devstoreaccount1/cont/xreyegwyqtaokhqqfugqclwswgoownqb?blockid=cdjibvocdbiedeppwqognvulqyfhmrjleutuemtmymxcjcsbxlmwwzncdzgkzrhq&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "PUT /devstoreaccount1/cont/fqhwkxpvzxgpxlavjpwpnnowxtkzvrla?blockid=fnmldjafbfdajlsgusaweaahesrywvxbkymqnfbofqfhalssgjmnjfpjddttzjhk&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "PUT /devstoreaccount1/cont/nzxgdmycqxhznkakgvidgsjuznzjiphw?blockid=ecnpxfjbecqrvhdswbzjfkugukyxjdfofhrgshejyhegmrnrzuwbatosgxazxplm&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "PUT /devstoreaccount1/cont/fcpjyekpmvmefibrefhzgorwfmfirusy?blockid=mmtjfgjaryxqvzgrwhduljrmituufobisosjtdizhxnvzqtwwyagilmcmswkpuxh&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "PUT /devstoreaccount1/cont/gilcbydxtfzwentuxgialaelqbcthjlk?blockid=eggcjpcbvdrivjaxbnayteuxlijpagvlralxqvcgoqyykiluiyjykkgokkmrandi&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "PUT /devstoreaccount1/cont/fktzmdsxfdrmlvpdfiwlgjomwsznwffc?blockid=xbpzbpdasinhsbitwftuzrvkhmprliyawayffzlfflvziqofogynsymyyyeovhij&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "PUT /devstoreaccount1/cont/mamnowtlisjdlevjksqhkxbyxarzuojg?blockid=ygelyrflguvyafljgzdzzmazzrryroucikbticklzdtuxvzxyfbxxgywcwxspfgs&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "PUT /devstoreaccount1/cont/sydkkpzjdrhqponasakabxzidrfmened?blockid=nqajfslqnaxrliycxlbkgaqxxtlggsyalfuuoncnfvbrsqdptxcafmcglimzgrub&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "PUT /devstoreaccount1/cont/kpzaetdvcrxskmwldoqesmsszbpxfftc?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "PUT /devstoreaccount1/cont/xreyegwyqtaokhqqfugqclwswgoownqb?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "PUT /devstoreaccount1/cont/fqhwkxpvzxgpxlavjpwpnnowxtkzvrla?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "PUT /devstoreaccount1/cont/nzxgdmycqxhznkakgvidgsjuznzjiphw?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "PUT /devstoreaccount1/cont/fcpjyekpmvmefibrefhzgorwfmfirusy?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "PUT /devstoreaccount1/cont/gilcbydxtfzwentuxgialaelqbcthjlk?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "PUT /devstoreaccount1/cont/fktzmdsxfdrmlvpdfiwlgjomwsznwffc?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "PUT /devstoreaccount1/cont/mamnowtlisjdlevjksqhkxbyxarzuojg?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "PUT /devstoreaccount1/cont/sydkkpzjdrhqponasakabxzidrfmened?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "DELETE /devstoreaccount1/cont/qpxcwszikraxmaprtcpnlkyirbpsywme HTTP/1.1" 202 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "DELETE /devstoreaccount1/cont/qpaotzmvdvcqeqwfeofssvystprlyuex HTTP/1.1" 202 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "DELETE /devstoreaccount1/cont/qmmyfzkvjbfercapbnlxbhtkogrvyvzk HTTP/1.1" 202 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "DELETE /devstoreaccount1/cont/wksuokrxnktjdcbztwdsjwiytxzvhqnp HTTP/1.1" 202 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "DELETE /devstoreaccount1/cont/yqlxjgncrckyxehughpirczgzwdocoda HTTP/1.1" 202 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "DELETE /devstoreaccount1/cont/dlaehvqhxahqqeghikdczjwciwkrxsap HTTP/1.1" 202 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "DELETE /devstoreaccount1/cont/bvafinxpqjcrgxmiidryfaiwozndbgbl HTTP/1.1" 202 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "DELETE /devstoreaccount1/cont/gtdbanmycvsirqgsiwddlduukfrtepiz HTTP/1.1" 202 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "DELETE /devstoreaccount1/cont/sydkkpzjdrhqponasakabxzidrfmened HTTP/1.1" 202 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "DELETE /devstoreaccount1/cont/gilcbydxtfzwentuxgialaelqbcthjlk HTTP/1.1" 202 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "DELETE /devstoreaccount1/cont/nzxgdmycqxhznkakgvidgsjuznzjiphw HTTP/1.1" 202 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "DELETE /devstoreaccount1/cont/xreyegwyqtaokhqqfugqclwswgoownqb HTTP/1.1" 202 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "DELETE /devstoreaccount1/cont/kpzaetdvcrxskmwldoqesmsszbpxfftc HTTP/1.1" 202 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "DELETE /devstoreaccount1/cont/fqhwkxpvzxgpxlavjpwpnnowxtkzvrla HTTP/1.1" 202 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "DELETE /devstoreaccount1/cont/fcpjyekpmvmefibrefhzgorwfmfirusy HTTP/1.1" 202 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "DELETE /devstoreaccount1/cont/mamnowtlisjdlevjksqhkxbyxarzuojg HTTP/1.1" 202 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "DELETE /devstoreaccount1/cont/fktzmdsxfdrmlvpdfiwlgjomwsznwffc HTTP/1.1" 202 - 127.0.0.1 - - [31/Aug/2024:11:13:24 +0000] "DELETE /devstoreaccount1/cont/xxwnrhnjsqhvxzhffktjbtludnfxlmgq HTTP/1.1" 202 - 2024-08-31 14:13:24 02226_filesystem_cache_profile_events: [ OK ] 24.90 sec. 2024-08-31 14:13:27 02185_values_schema_inference: [ OK ] 3.19 sec. 2024-08-31 14:13:30 02181_detect_output_format_by_file_extension: [ OK ] 2.60 sec. 2024-08-31 14:13:31 02177_temporary_table_current_database_http_session: [ OK ] 1.22 sec. 2024-08-31 14:13:36 02127_plus_before_float: [ OK ] 4.74 sec. 2024-08-31 14:13:39 02105_table_function_file_partiotion_by: [ OK ] 2.98 sec. 2024-08-31 14:13:40 02101_sql_user_defined_functions_drop_if_exists: [ OK ] 0.68 sec. 2024-08-31 14:13:41 02096_rename_atomic_hang: [ OK ] 0.95 sec. 2024-08-31 14:13:43 02051_symlinks_to_user_files: [ OK ] 2.40 sec. 2024-08-31 14:13:44 02024_merge_regexp_assert: [ OK ] 0.44 sec. 2024-08-31 14:13:49 02014_query_parameters: [ OK ] 5.20 sec. 2024-08-31 14:13:49 02001_add_default_database_to_system_users: [ OK ] 0.42 sec. 2024-08-31 14:13:53 01946_test_zstd_decompression_with_escape_sequence_at_the_end_of_buffer: [ OK ] 3.83 sec. 2024-08-31 14:14:27 01946_test_wrong_host_name_access: [ OK ] 33.83 sec. 2024-08-31 14:14:31 01939_user_with_default_database: [ OK ] 3.57 sec. 2024-08-31 14:14:32 01925_test_storage_merge_aliases_analyzer: [ OK ] 1.04 sec. 2024-08-31 14:14:35 01913_exact_rows_before_limit: [ OK ] 3.17 sec. 2024-08-31 14:14:36 01902_dictionary_array_type: [ OK ] 1.29 sec. 2024-08-31 14:14:37 01870_buffer_flush: [ OK ] 0.58 sec. 2024-08-31 14:14:37 01854_dictionary_range_hashed_min_max_attr: [ OK ] 0.40 sec. 2024-08-31 14:14:38 01824_prefer_global_in_and_join: [ OK ] 0.81 sec. 2024-08-31 14:14:41 01802_test_postgresql_protocol_with_row_policy: [ OK ] 3.28 sec. 2024-08-31 14:14:42 01778_hierarchical_dictionaries: [ OK ] 1.01 sec. 2024-08-31 14:14:43 01760_polygon_dictionaries: [ OK ] 1.01 sec. 2024-08-31 14:14:45 01754_direct_dictionary_complex_key: [ OK ] 1.38 sec. 2024-08-31 14:14:45 01747_join_view_filter_dictionary: [ OK ] 0.61 sec. 2024-08-31 14:14:46 01721_engine_file_truncate_on_insert: [ OK ] 0.56 sec. 2024-08-31 14:15:19 01710_projection_vertical_merges: [ OK ] 32.88 sec. 2024-08-31 14:15:21 01684_ssd_cache_dictionary_simple_key: [ OK ] 2.50 sec. 2024-08-31 14:15:23 01676_range_hashed_dictionary: [ OK ] 1.25 sec. 2024-08-31 14:15:24 01676_dictget_in_default_expression: [ OK ] 0.73 sec. 2024-08-31 14:15:24 01598_memory_limit_zeros: [ OK ] 0.30 sec. 2024-08-31 14:16:06 01593_concurrent_alter_mutations_kill: [ OK ] 42.05 sec. 2024-08-31 14:16:10 01563_distributed_query_finish: [ OK ] 3.57 sec. 2024-08-31 14:16:24 01542_dictionary_load_exception_race: [ OK ] 14.41 sec. 2024-08-31 14:18:09 01541_max_memory_usage_for_user_long: [ OK ] 105.39 sec. 2024-08-31 14:18:11 01527_clickhouse_local_optimize: [ OK ] 1.91 sec. 2024-08-31 14:18:12 01526_complex_key_dict_direct_layout: [ OK ] 0.61 sec. 2024-08-31 14:18:13 01493_alter_remove_properties_zookeeper: [ OK ] 1.23 sec. 2024-08-31 14:19:01 01459_manual_write_to_replicas_quorum: [ OK ] 47.74 sec. 2024-08-31 14:19:29 01415_sticking_mutations: [ OK ] 28.33 sec. 2024-08-31 14:19:30 01388_clear_all_columns: [ OK ] 0.84 sec. 2024-08-31 14:19:32 01358_union_threads_bug: [ OK ] 2.14 sec. 2024-08-31 14:19:47 01338_long_select_and_alter_zookeeper: [ OK ] 15.08 sec. 2024-08-31 14:19:55 01307_multiple_leaders_zookeeper: [ OK ] 7.61 sec. 2024-08-31 14:19:56 01296_create_row_policy_in_current_database: [ OK ] 0.79 sec. 2024-08-31 14:19:57 01294_create_settings_profile: [ OK ] 1.14 sec. 2024-08-31 14:19:58 01280_ttl_where_group_by_negative: [ OK ] 0.74 sec. 2024-08-31 14:19:59 01164_alter_memory_database: [ OK ] 0.77 sec. 2024-08-31 14:20:00 01153_attach_mv_uuid: [ OK ] 1.13 sec. 2024-08-31 14:20:24 01150_ddl_guard_rwr: [ OK ] 24.24 sec. 2024-08-31 14:20:48 01108_restart_replicas_rename_deadlock_zookeeper: [ OK ] 23.51 sec. 2024-08-31 14:21:12 01107_atomic_db_detach_attach: [ OK ] 24.45 sec. 2024-08-31 14:21:19 01086_window_view_cleanup: [ OK ] 7.23 sec. 2024-08-31 14:21:21 01082_window_view_watch_limit: [ OK ] 1.45 sec. 2024-08-31 14:21:52 01079_parallel_alter_detach_table_zookeeper: [ OK ] 31.52 sec. 2024-08-31 14:21:54 01070_materialize_ttl: [ OK ] 1.50 sec. 2024-08-31 14:21:55 01069_database_memory: [ OK ] 0.65 sec. 2024-08-31 14:22:11 01060_avro: [ OK ] 15.90 sec. 2024-08-31 14:22:16 01056_window_view_proc_hop_watch: [ OK ] 5.23 sec. 2024-08-31 14:22:35 01040_dictionary_invalidate_query_switchover_long: [ OK ] 18.91 sec. 2024-08-31 14:23:14 01035_concurrent_move_partition_from_table_zookeeper: [ OK ] 39.56 sec. 2024-08-31 14:23:49 01014_lazy_database_concurrent_recreate_reattach_and_show_tables: [ OK ] 34.36 sec. 2024-08-31 14:23:56 01010_pmj_right_table_memory_limits: [ OK ] 7.46 sec. 2024-08-31 14:26:26 00993_system_parts_race_condition_drop_zookeeper: [ OK ] 149.49 sec. 2024-08-31 14:27:17 00992_system_parts_race_condition_zookeeper_long: [ OK ] 50.93 sec. 2024-08-31 14:27:18 00971_query_id_in_logs: [ OK ] 1.53 sec. 2024-08-31 14:27:21 00963_achimbab: [ OK ] 2.58 sec. 2024-08-31 14:27:30 00938_template_input_format: [ OK ] 8.89 sec. 2024-08-31 14:27:31 00722_inner_join: [ OK ] 0.85 sec. 2024-08-31 14:27:36 00623_truncate_table_throw_exception: [ OK ] 5.54 sec. 2024-08-31 14:27:37 00332_quantile_timing_memory_leak: [ OK ] 0.92 sec. 2024-08-31 14:27:59 00133_long_shard_memory_tracker_and_exception_safety: [ OK ] 22.22 sec. 2024-08-31 14:27:59 2024-08-31 14:27:59 122 tests passed. 1 tests skipped. 1238.40 s elapsed (MainProcess). 2024-08-31 14:28:04 Won't run stateful tests because test data wasn't loaded. 2024-08-31 14:28:04 Checking the hung queries: done 2024-08-31 14:28:04 2024-08-31 14:28:04 No queries hung. 2024-08-31 14:28:04 All tests have finished. 2024-08-31 14:28:04 2024-08-31 14:28:04 Top patterns of log messages: 2024-08-31 14:28:04 2024-08-31 14:28:04 count count_% size size_% uniq_loggers uniq_threads levels background_% message_format_string 2024-08-31 14:28:04 2024-08-31 14:28:04 1. 58470 0.053 3.67 MiB 0.028 20 846 ['Trace'] 0.001 Access granted: {}{} 2024-08-31 14:28:04 2. 52691 0.048 2.30 MiB 0.018 1 1 ['Trace'] 1 Processing requests batch, size: {}, bytes: {} 2024-08-31 14:28:04 3. 44805 0.041 3.98 MiB 0.031 1 847 ['Trace'] 0 Aggregated. {} to {} rows (from {}) in {} sec. ({:.3f} rows/sec., {}/sec.) 2024-08-31 14:28:04 4. 43532 0.039 7.40 MiB 0.057 1 483 ['Debug'] 0 (from {}{}{}){}{} {} (stage: {}) 2024-08-31 14:28:04 5. 43516 0.039 6.52 MiB 0.05 4 482 ['Trace'] 1 {} Creating query context from {} context, user_id: {}, parent context user: {} 2024-08-31 14:28:04 6. 41416 0.037 1.45 MiB 0.011 1 847 ['Trace'] 0 Aggregation method: {} 2024-08-31 14:28:04 7. 34413 0.031 970.91 KiB 0.007 1 159 ['Debug'] 0 Processed in {} sec. 2024-08-31 14:28:04 8. 33016 0.03 354.66 KiB 0.003 1 841 ['Trace'] 0 Aggregating 2024-08-31 14:28:04 9. 30803 0.028 2.44 MiB 0.019 1 814 ['Trace'] 0 An entry for key={} found in cache: sum_of_sizes={}, median_size={} 2024-08-31 14:28:04 10. 30068 0.027 8.35 MiB 0.064 1 591 ['Trace'] 0.002 Query {} to stage {}{} 2024-08-31 14:28:04 11. 29733 0.027 8.96 MiB 0.069 1 591 ['Trace'] 0.002 Query {} from stage {} to stage {}{} 2024-08-31 14:28:04 12. 24716 0.022 1.93 MiB 0.015 1 421 ['Debug'] 0 Read {} rows, {} in {} sec., {} rows/sec., {}/sec. 2024-08-31 14:28:04 13. 23963 0.022 1.67 MiB 0.013 1 1710 ['Trace'] 0.435 Reserved {} on local disk {}, having unreserved {}. 2024-08-31 14:28:04 14. 18045 0.016 1.49 MiB 0.011 6 539 ['Debug'] 0.997 {} Authenticating user '{}' from {} 2024-08-31 14:28:04 15. 18023 0.016 1.98 MiB 0.015 6 539 ['Debug'] 0.997 {} Authenticated with global context as user {} 2024-08-31 14:28:04 16. 17995 0.016 1.54 MiB 0.012 6 530 ['Debug'] 0.997 {} Logout, user_id: {} 2024-08-31 14:28:04 17. 17870 0.016 1.91 MiB 0.015 4 482 ['Debug'] 1 {} Creating session context with user_id: {} 2024-08-31 14:28:04 18. 17787 0.016 1.99 MiB 0.015 1710 895 ['Trace'] 0.34 Renaming temporary part {} to {} with tid {}. 2024-08-31 14:28:04 19. 17304 0.016 2.31 MiB 0.018 1 2 ['Trace'] 1 Creating part at path {} 2024-08-31 14:28:04 20. 16340 0.015 801.98 KiB 0.006 1 506 ['Debug'] 0.26 Peak memory usage{}: {}. 2024-08-31 14:28:04 21. 15993 0.014 1.08 MiB 0.008 1706 1584 ['Trace'] 0.477 Trying to reserve {} using storage policy from min volume index {} 2024-08-31 14:28:04 22. 15346 0.014 709.95 KiB 0.005 1 1162 ['Trace'] 0.196 filled checksums {} 2024-08-31 14:28:04 23. 11629 0.011 5.63 MiB 0.043 2 456 ['Trace'] 1 Request URI: {} 2024-08-31 14:28:04 24. 11629 0.011 2.32 MiB 0.018 3 456 ['Trace'] 1 HTTP Request for {}. Method: {}, Address: {}, User-Agent: {}{}, Content Type: {}, Transfer Encoding: {}, X-Forwarded-For: {} 2024-08-31 14:28:04 25. 11232 0.01 230.34 KiB 0.002 2 456 ['Debug'] 0.274 Done processing query 2024-08-31 14:28:04 26. 9797 0.009 321.25 KiB 0.002 2 164 ['Trace'] 1 TCP Request. Address: {} 2024-08-31 14:28:04 27. 9786 0.009 944.88 KiB 0.007 1 164 ['Debug'] 1 Connected {} version {}.{}.{}, revision: {}{}{}. 2024-08-31 14:28:04 28. 9730 0.009 256.55 KiB 0.002 1 154 ['Debug'] 1 Done processing connection. 2024-08-31 14:28:04 29. 9234 0.008 725.00 KiB 0.005 1021 907 ['Trace'] 0.875 Part {} is not stored on zero-copy replicated disk, blobs can be removed 2024-08-31 14:28:04 30. 8864 0.008 429.99 KiB 0.003 1057 512 ['Trace'] 1 Scheduling next merge selecting task after {}ms 2024-08-31 14:28:04 31. 8507 0.008 755.84 KiB 0.006 1023 535 ['Trace'] 0.991 Insert entry {} to queue with type {} 2024-08-31 14:28:04 32. 7835 0.007 728.15 KiB 0.005 1 47 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part 2024-08-31 14:28:04 33. 7779 0.007 1.05 MiB 0.008 971 512 ['Trace'] 1 Checked {} partitions, found {} partitions with parts that may be merged: [{}] (max_total_size_to_merge={}, merge_with_ttl_allowed={}) 2024-08-31 14:28:04 34. 7136 0.006 160.28 KiB 0.001 1 740 ['Trace'] 0 Merging aggregated data 2024-08-31 14:28:04 35. 7040 0.006 553.90 KiB 0.004 533 146 ['Trace'] 0.001 Reading {} ranges in{}order from part {}, approx. {} rows starting from {} 2024-08-31 14:28:04 36. 6869 0.006 174.41 KiB 0.001 1022 535 ['Debug'] 0.994 Pulled {} entries to queue. 2024-08-31 14:28:04 37. 6869 0.006 395.78 KiB 0.003 1022 535 ['Debug'] 0.994 Pulling {} entries to queue: {} - {} 2024-08-31 14:28:04 38. 6660 0.006 341.54 KiB 0.003 635 174 ['Debug'] 0.006 Key condition: {} 2024-08-31 14:28:04 39. 6605 0.006 144.03 KiB 0.001 3950 513 ['Trace'] 1 Execution took {} ms. 2024-08-31 14:28:04 40. 6315 0.006 252.85 KiB 0.002 1 542 ['Debug'] 0.504 Will use old analyzer to prepare mutation 2024-08-31 14:28:04 41. 5977 0.005 683.64 KiB 0.005 631 174 ['Debug'] 0.006 Selected {}/{} parts by partition key, {} parts by primary key, {}/{} marks by primary key, {} marks to read from {} ranges 2024-08-31 14:28:04 42. 5645 0.005 593.63 KiB 0.004 1 27 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part, column {} 2024-08-31 14:28:04 43. 5631 0.005 217.59 KiB 0.002 684 46 ['Debug'] 0.546 Committing part {} to zookeeper 2024-08-31 14:28:04 44. 5598 0.005 289.74 KiB 0.002 540 164 ['Trace'] 0.007 Spreading mark ranges among streams (default reading) 2024-08-31 14:28:04 45. 5402 0.005 203.38 KiB 0.002 683 32 ['Debug'] 0.562 Part {} committed to zookeeper 2024-08-31 14:28:04 46. 5257 0.005 154.01 KiB 0.001 1055 523 ['Debug'] 0.997 Updating strategy picker state 2024-08-31 14:28:04 47. 5153 0.005 775.39 KiB 0.006 1 147 ['Debug'] 0 Merged partially aggregated blocks for bucket #{}. Got {} rows, {} from {} source rows in {} sec. ({:.3f} rows/sec., {}/sec.) 2024-08-31 14:28:04 48. 5153 0.005 252.09 KiB 0.002 1 147 ['Trace'] 0 Merging partially aggregated blocks (bucket = {}). 2024-08-31 14:28:04 49. 4491 0.004 508.75 KiB 0.004 1 376 ['Information'] 0 Sorting and writing part of data into temporary file {} 2024-08-31 14:28:04 50. 4489 0.004 672.93 KiB 0.005 1 374 ['Information'] 0 Done writing part of data into temporary file {}, compressed {}, uncompressed {} 2024-08-31 14:28:04 51. 4443 0.004 342.77 KiB 0.003 1 265 ['Trace'] 0 Query span trace_id for opentelemetry log: {} 2024-08-31 14:28:04 52. 3572 0.003 251.98 KiB 0.002 8 21 ['Trace'] 0 Access denied: {}{} 2024-08-31 14:28:04 53. 3485 0.003 278.81 KiB 0.002 396 830 ['Debug'] 0 Wrote block with ID '{}', {} rows{} 2024-08-31 14:28:04 54. 3458 0.003 389.74 KiB 0.003 661 32 ['Debug'] 0.985 Fetching part {} from {}:{} 2024-08-31 14:28:04 55. 3445 0.003 296.05 KiB 0.002 661 32 ['Trace'] 0.987 Trying to fetch with zero-copy replication, but disk is not provided, will try to select 2024-08-31 14:28:04 56. 3445 0.003 124.42 KiB 0.001 661 32 ['Trace'] 0.987 Checking disk {} with type {} 2024-08-31 14:28:04 57. 3084 0.003 58.36 KiB 0 661 32 ['Debug'] 0.985 Downloading files {} 2024-08-31 14:28:04 58. 3082 0.003 70.10 KiB 0.001 504 50 ['Trace'] 1 Sending part {} 2024-08-31 14:28:04 59. 3082 0.003 261.79 KiB 0.002 661 32 ['Trace'] 0.985 Disk for fetch is not provided, getting disk from reservation {} with type '{}' 2024-08-31 14:28:04 60. 3079 0.003 356.86 KiB 0.003 661 32 ['Debug'] 0.985 Fetched part {} from {}:{}{} 2024-08-31 14:28:04 61. 3079 0.003 675.83 KiB 0.005 1 76 ['Debug'] 0 After join block: '{}' 2024-08-31 14:28:04 62. 3079 0.003 441.10 KiB 0.003 1 76 ['Debug'] 0 Before join block: '{}' 2024-08-31 14:28:04 63. 3062 0.003 138.42 KiB 0.001 655 32 ['Debug'] 0.985 Downloading part {} onto disk {}. 2024-08-31 14:28:04 64. 3060 0.003 165.23 KiB 0.001 655 32 ['Debug'] 0.985 Download of part {} onto disk {} finished. 2024-08-31 14:28:04 65. 3034 0.003 62.22 KiB 0 1 664 ['Debug'] 1 Stop worker in {} 2024-08-31 14:28:04 66. 3034 0.003 94.82 KiB 0.001 1 575 ['Debug'] 0.505 Spawn loader worker #{} in {} 2024-08-31 14:28:04 67. 3003 0.003 193.63 KiB 0.001 1 529 ['Debug'] 1 Execute load job '{}' in {} 2024-08-31 14:28:04 68. 3003 0.003 205.36 KiB 0.002 1 529 ['Debug'] 1 Finish load job '{}' with status {} 2024-08-31 14:28:04 69. 3003 0.003 202.43 KiB 0.002 1 133 ['Debug'] 0.015 Schedule load job '{}' into {} 2024-08-31 14:28:04 70. 3002 0.003 234.22 KiB 0.002 1 133 ['Debug'] 0.015 Prioritize load job '{}': {} -> {} 2024-08-31 14:28:04 71. 2941 0.003 171.04 KiB 0.001 15 15 ['Trace'] 1 Flushing system log, {} entries to flush up to offset {} 2024-08-31 14:28:04 72. 2941 0.003 106.19 KiB 0.001 15 15 ['Trace'] 1 Flushed system log up to offset {} 2024-08-31 14:28:04 73. 2802 0.003 93.04 KiB 0.001 1 592 ['Debug'] 0.501 Change current priority: {} -> {} 2024-08-31 14:28:04 74. 2782 0.003 260.96 KiB 0.002 1685 508 ['Debug'] 0.979 Removing {} parts from filesystem (serially): Parts: [{}] 2024-08-31 14:28:04 75. 2674 0.002 23.50 KiB 0 2 110 ['Trace'] 0.001 No tables 2024-08-31 14:28:04 76. 2642 0.002 123.43 KiB 0.001 1 16 ['Trace'] 0 Mutating part {} to mutation version {} 2024-08-31 14:28:04 77. 2589 0.002 339.49 KiB 0.003 1 499 ['Information'] 1 Have {} tables in drop queue ({} of them are in use), will try drop {} 2024-08-31 14:28:04 78. 2589 0.002 532.18 KiB 0.004 1 499 ['Information'] 1 Removing metadata {} of dropped table {} 2024-08-31 14:28:04 79. 2583 0.002 191.71 KiB 0.001 1 133 ['Debug'] 0.007 Waiting for table {} to be finally dropped 2024-08-31 14:28:04 80. 2510 0.002 577.87 KiB 0.004 1 86 ['Trace'] 0.004 {}Keys: {}, datatype: {}, kind: {}, strictness: {}, right header: {} 2024-08-31 14:28:04 81. 2496 0.002 319.41 KiB 0.002 1 67 ['Trace'] 0 Have {} pending inserts with total {} bytes of data for query '{}' 2024-08-31 14:28:04 82. 2461 0.002 157.47 KiB 0.001 1 112 ['Trace'] 0.015 {}Join data is being destroyed, {} bytes and {} rows in hash table 2024-08-31 14:28:04 83. 2190 0.002 69.00 KiB 0.001 19 41 ['Debug'] 0 Requested flush up to offset {} 2024-08-31 14:28:04 84. 2172 0.002 208.89 KiB 0.002 1055 417 ['Debug'] 0.038 Creating shared ID for table {} 2024-08-31 14:28:04 85. 1996 0.002 117.17 KiB 0.001 1844 16 ['Trace'] 1 Executing log entry to mutate part {} to {} 2024-08-31 14:28:04 86. 1926 0.002 33.86 KiB 0 1842 469 ['Debug'] 0.022 Loading data parts 2024-08-31 14:28:04 87. 1911 0.002 155.13 KiB 0.001 987 520 ['Debug'] 0.994 Strategy picker state updated, current replica: {}, active replicas: [{}] 2024-08-31 14:28:04 88. 1886 0.002 95.50 KiB 0.001 172 517 ['Debug'] 0.874 Selected {} parts from {} to {} 2024-08-31 14:28:04 89. 1883 0.002 632.70 KiB 0.005 1808 16 ['Trace'] 1 Mutating part {} with mutation commands from {} mutations ({}): {} 2024-08-31 14:28:04 90. 1879 0.002 163.90 KiB 0.001 1 435 ['Debug'] 0 Merge sorted {} blocks, {} rows in {} sec., {} rows/sec., {}/sec 2024-08-31 14:28:04 91. 1852 0.002 41.60 KiB 0 1832 466 ['Debug'] 0.021 There are no data parts 2024-08-31 14:28:04 92. 1835 0.002 133.55 KiB 0.001 1 124 ['Trace'] 0 The min valid primary key position for moving to the tail of PREWHERE is {} 2024-08-31 14:28:04 93. 1810 0.002 76.01 KiB 0.001 1810 437 ['Information'] 0.994 dropAllData: clearing temporary directories 2024-08-31 14:28:04 94. 1810 0.002 136.10 KiB 0.001 1810 437 ['Information'] 0.994 dropAllData: remove format_version.txt, detached, moving and write ahead logs 2024-08-31 14:28:04 95. 1810 0.002 86.61 KiB 0.001 1810 437 ['Trace'] 0.994 dropAllData: removing all data parts from memory. 2024-08-31 14:28:04 96. 1810 0.002 31.82 KiB 0 1810 437 ['Trace'] 0.994 dropAllData: done. 2024-08-31 14:28:04 97. 1810 0.002 104.40 KiB 0.001 1810 437 ['Trace'] 0.994 dropAllData: removing data parts (count {}) from filesystem. 2024-08-31 14:28:04 98. 1810 0.002 116.66 KiB 0.001 1810 437 ['Information'] 0.994 dropAllData: removing table directory recursive to cleanup garbage 2024-08-31 14:28:04 99. 1810 0.002 54.79 KiB 0 1810 437 ['Trace'] 0.994 dropAllData: waiting for locks. 2024-08-31 14:28:04 100. 1771 0.002 217.10 KiB 0.002 1 2 ['Trace'] 1 MemoryTracking: was {}, peak {}, free memory in arenas {}, will set to {} (RSS), difference: {} 2024-08-31 14:28:04 2024-08-31 14:28:04 2024-08-31 14:28:04 2024-08-31 14:28:04 Top messages without format string (fmt::runtime): 2024-08-31 14:28:04 2024-08-31 14:28:04 count pattern runtime_message line 2024-08-31 14:28:04 2024-08-31 14:28:04 1. 20 CodeDBExceptionReceivedfromlocal Code: 581. DB::Exception: Received from localhost:9000. DB::Exception: Maximum distributed depth exceeded. Stack trace: 2024-08-31 14:28:04 2024-08-31 14:28:04 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x000000001d140083 2024-08-31 14:28:04 1. ./build_ ('/executeQuery.cpp',218) 2024-08-31 14:28:04 2. 8 CodeDBExceptionReceivedfromDBExc Code: 516. DB::Exception: Received from 127.0.0.2:9000. DB::Exception: default: Authentication failed: password is incorrect, or there is no user with such name. 2024-08-31 14:28:04 2024-08-31 14:28:04 If you have installed ClickHouse and forgot password you can reset it in the configuration fi ('/executeQuery.cpp',218) 2024-08-31 14:28:04 3. 5 CodeDBExceptionTimeoutconnecttim Code: 1000. DB::Exception: Timeout: connect timed out: 128.0.0.1:8123. (POCO_EXCEPTION), Stack trace (when copying this message, always include the lines below): 2024-08-31 14:28:04 2024-08-31 14:28:04 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String con ('/TCPHandler.cpp',701) 2024-08-31 14:28:04 4. 5 PocoExceptionCodeecodeTimeoutcon Poco::Exception. Code: 1000, e.code() = 0, Timeout: connect timed out: 128.0.0.1:8123 (version 24.3.5.48.altinityfips (altinity build)) (from [::1]:42306) (comment: 02044_url_glob_parallel_connection_refused.sh) (in query: SELECT * FROM url('http://128.0.0 ('/executeQuery.cpp',218) 2024-08-31 14:28:04 5. 4 CodeDBExceptionSyntaxerrorfailed Code: 62. DB::Exception: Syntax error: failed at position 8 ('('): ([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([([. Unmatched parentheses: ([([ ('/executeQuery.cpp',218) 2024-08-31 14:28:04 6. 3 Connectiontomysqlfailedtimes Connection to mysql failed 1 times ('',0) 2024-08-31 14:28:04 7. 3 Connectiontomysqldbasusermysqlus Connection to mysql_db@127.123.0.1:3306 as user mysql_user failed: mysqlxx::ConnectionFailed: Can't connect to MySQL server on '127.123.0.1' (115) ((nullptr):0) ('',0) 2024-08-31 14:28:04 8. 2 CodeDBExceptionEmptyquerySYNTAXE Code: 62. DB::Exception: Empty query. (SYNTAX_ERROR) (version 24.3.5.48.altinityfips (altinity build)) (from [::1]:57324) (comment: 01256_negative_generate_random.sql) (in query: SELECT * FROM generateRandom('', 1, 10, 10);), Stack trace (when copying this ('/executeQuery.cpp',218) 2024-08-31 14:28:04 9. 2 CodeDBExceptionSyntaxerrorcolumn Code: 62. DB::Exception: Syntax error (columns declaration list): failed at position 3 (end of query): . Expected one of: NULL, NOT, DEFAULT, MATERIALIZED, EPHEMERAL, ALIAS, AUTO_INCREMENT, PRIMARY KEY, data type, nested table, identifier. (SYNTAX_ERROR) ( ('/executeQuery.cpp',218) 2024-08-31 14:28:04 10. 2 CodeDBExceptionThereisnosubtypef Code: 386. DB::Exception: There is no subtype for types String, UInt8 because some of them are String/FixedString and some of them are not: In scope SELECT ['1', '2'] AS arr1, [1, 2] AS arr2, round(arrayJaccardIndex(arr1, arr2), 2). (NO_COMMON_TYPE) (versi ('/executeQuery.cpp',218) 2024-08-31 14:28:04 11. 2 IfthesignaturecheckfailedThiscou If the signature check failed. This could be because of a time skew. Attempting to adjust the signer. ('/AWSLogger.cpp',71) 2024-08-31 14:28:04 12. 1 Electiontimeoutinitiateleaderele Election timeout, initiate leader election ('/LoggerWrapper.h',43) 2024-08-31 14:28:04 13. 1 bgappendentriesthreadinitiated bg append_entries thread initiated ('/LoggerWrapper.h',43) 2024-08-31 14:28:04 14. 1 PocoExceptionCodeecodeNetExcepti Poco::Exception. Code: 1000, e.code() = 107, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): 2024-08-31 14:28:04 2024-08-31 14:28:04 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, ('/Exception.cpp',222) 2024-08-31 14:28:04 15. 1 CodeDBExceptionavroExceptionCann Code: 1001. DB::Exception: avro::Exception: Cannot read compressed data, expected at least 4 bytes, got 0. (STD_EXCEPTION), Stack trace (when copying this message, always include the lines below): 2024-08-31 14:28:04 2024-08-31 14:28:04 0. ./contrib/llvm-project/libcxx/include/exception:141: st ('/TCPHandler.cpp',701) 2024-08-31 14:28:04 16. 1 newconfigurationlogidxprevlogidx new configuration: log idx 1, prev log idx 0 2024-08-31 14:28:04 peer 1, DC ID 0, localhost:9234, voting member, 1 2024-08-31 14:28:04 my id: 1, leader: 1, term: 1 ('/LoggerWrapper.h',43) 2024-08-31 14:28:04 17. 1 waitforHBforms wait for HB, for 50 + [0, 0] ms ('/LoggerWrapper.h',43) 2024-08-31 14:28:04 18. 1 invalidelectiontimeoutupperbound invalid election timeout upper bound detected, adjusted to 0 ('/LoggerWrapper.h',43) 2024-08-31 14:28:04 19. 1 statemachinecommitindexprecommit state machine commit index 0, precommit index 0, last log index 0 ('/LoggerWrapper.h',43) 2024-08-31 14:28:04 20. 1 CodeDBExceptionstdruntimeerrorra Code: 1001. DB::Exception: std::runtime_error: ran out of bytes. (STD_EXCEPTION), Stack trace (when copying this message, always include the lines below): 2024-08-31 14:28:04 2024-08-31 14:28:04 0. ./contrib/llvm-project/libcxx/include/exception:141: std::runtime_error::runtime_error(char const ('/TCPHandler.cpp',701) 2024-08-31 14:28:04 21. 1 Forkedachildprocesstowatch Forked a child process to watch ('',0) 2024-08-31 14:28:04 22. 1 stdexceptionCodetypeavroExceptio std::exception. Code: 1001, type: avro::Exception, e.what() = Cannot read compressed data, expected at least 4 bytes, got 0 (version 24.3.5.48.altinityfips (altinity build)) (from [::1]:39490) (comment: 02373_heap_buffer_overflow_in_avro.sh) (in query: sel ('/executeQuery.cpp',218) 2024-08-31 14:28:04 23. 1 stdexceptionCodetypestdruntimeer std::exception. Code: 1001, type: std::runtime_error, e.what() = ran out of bytes (version 24.3.5.48.altinityfips (altinity build)) (from [::1]:58742) (comment: 02688_aggregate_states.sql) (in query: SELECT '\x01\x01\x01'::AggregateFunction(groupBitmap, UI ('/executeQuery.cpp',218) 2024-08-31 14:28:04 24. 1 newconfiglogidxprevlogidxcurconf new config log idx 1, prev log idx 0, cur config log idx 0, prev log idx 0 ('/LoggerWrapper.h',43) 2024-08-31 14:28:04 25. 1 INITRAFTSERVERcommitindextermele === INIT RAFT SERVER === 2024-08-31 14:28:04 commit index 0 2024-08-31 14:28:04 term 0 2024-08-31 14:28:04 election timer allowed 2024-08-31 14:28:04 log store start 1, end 0 2024-08-31 14:28:04 config log idx 0, prev log idx 0 2024-08-31 14:28:04 -- ASYNC REPLICATION -- ('/LoggerWrapper.h',43) 2024-08-31 14:28:04 26. 1 globalmanagerdoesnotexistwilluse global manager does not exist. will use local thread for commit and append ('/LoggerWrapper.h',43) 2024-08-31 14:28:04 27. 1 BECOMELEADERappendednewconfigat [BECOME LEADER] appended new config at 1 ('/LoggerWrapper.h',43) 2024-08-31 14:28:04 28. 1 ELECTIONTIMEOUTcurrentrolefollow [ELECTION TIMEOUT] current role: follower, log last term 0, state term 0, target p 1, my p 1, hb dead, pre-vote NOT done ('/LoggerWrapper.h',43) 2024-08-31 14:28:04 29. 1 PRIORITYdecaytargetmine [PRIORITY] decay, target 1 -> 1, mine 1 ('/LoggerWrapper.h',43) 2024-08-31 14:28:24 30. 1 newelectiontimeoutrange new election timeout range: 0 - 0 ('/LoggerWrapper.h',43) 2024-08-31 14:28:24 2024-08-31 14:28:24 2024-08-31 14:28:24 2024-08-31 14:28:24 Top messages not matching their format strings: 2024-08-31 14:28:24 2024-08-31 14:28:24 message_format_string count() any_message 2024-08-31 14:28:24 2024-08-31 14:28:24 1. Not executing log entry {} of type {} for part {} because source parts size ({}) is greater than the current maximum ({}). 125 Not executing log entry queue-0000000032 of type MUTATE_PART for part -4_6_6_0_14 because source parts size (177.31 KiB) is greater than the current maximum (0.00 B). (skipped 19 similar messages) 2024-08-31 14:28:24 2. {} is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) 105 /var/lib/clickhouse/store/703/70379491-f8fb-4c7b-a7cd-8639ab9ccf6d/tmp_insert_all_2_2_0/ is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) (skipped 1 similar messages) 2024-08-31 14:28:24 3. 38 Poco::Exception. Code: 1000, e.code() = 0, Timeout: connect timed out: 128.0.0.1:8123 (version 24.3.5.48.altinityfips (altinity build)) (from [::1]:42306) (comment: 02044_url_glob_parallel_connection_refused.sh) (in query: SELECT * FROM url('http://128.0.0.{1..10}:8123/?query=SELECT+sleep(1)', TSV, 'x UInt8')), Stack trace (when copying this message, always include the lines below): 2024-08-31 14:28:24 2024-08-31 14:28:24 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, String const&, int) @ 0x000000001d140446 2024-08-31 14:28:24 1. ./build_docker/./base/poco/Foundation/src/Exception.cpp:148: Poco::TimeoutException::TimeoutException(String const&, String const&, int) @ 0x000000001d146a51 2024-08-31 14:28:24 2. ./build_docker/./base/poco/Net/src/SocketImpl.cpp:144: Poco::Net::SocketImpl::connect(Poco::Net::SocketAddress const&, Poco::Timespan const&) @ 0x000000001cfc2d97 2024-08-31 14:28:24 3. ./build_docker/./base/poco/Net/src/StreamSocket.cpp:85: Poco::Net::StreamSocket::connect(Poco::Net::SocketAddress const&, Poco::Timespan const&) @ 0x000000001cfc9c00 2024-08-31 14:28:24 4. ./build_docker/./base/poco/Net/src/HTTPSession.cpp:214: Poco::Net::HTTPSession::connect(Poco::Net::SocketAddress const&) @ 0x000000001cf9924d 2024-08-31 14:28:24 5. ./build_docker/./base/poco/Net/src/HTTPClientSession.cpp:0: Poco::Net::HTTPClientSession::reconnect() @ 0x000000001cf7d5d9 2024-08-31 14:28:24 6. ./build_docker/./src/Common/HTTPConnectionPool.cpp:0: DB::EndpointConnectionPool::prepareNewConnection(DB::ConnectionTimeouts const&) @ 0x000000000f1fbbaa 2024-08-31 14:28:24 7. ./build_docker/./src/Common/HTTPConnectionPool.cpp:540: DB::EndpointConnectionPool::getConnection(DB::ConnectionTimeouts const&) @ 0x000000000f1fa8d9 2024-08-31 14:28:24 8. ./build_docker/./src/IO/HTTPCommon.cpp:0: DB::makeHTTPSession(DB::HTTPConnectionGroupType, Poco::URI const&, DB::ConnectionTimeouts const&, DB::ProxyConfiguration) @ 0x000000000f2b5ce4 2024-08-31 14:28:24 9. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:246: DB::ReadWriteBufferFromHTTP::callImpl(Poco::Net::HTTPResponse&, String const&, std::optional const&, bool) const @ 0x0000000011b2513f 2024-08-31 14:28:24 10. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:0: DB::ReadWriteBufferFromHTTP::callWithRedirects(Poco::Net::HTTPResponse&, String const&, std::optional const&) @ 0x0000000011b25454 2024-08-31 14:28:24 11. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:385: DB::ReadWriteBufferFromHTTP::initialize() @ 0x0000000011b25fbd 2024-08-31 14:28:24 12. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:448: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x0000000011b29371 2024-08-31 14:28:24 13. ./contrib/llvm-project/libcxx/include/string:1499: DB::ReadWriteBufferFromHTTP::doWithRetries(std::function&&, std::function, bool) const @ 0x0000000011b228c1 2024-08-31 14:28:24 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:818: ? @ 0x0000000011b279c1 2024-08-31 14:28:24 15. DB::ReadBuffer::next() @ 0x000000000757457c 2024-08-31 14:28:24 16. ./build_docker/./src/IO/PeekableReadBuffer.cpp:0: DB::PeekableReadBuffer::nextImpl() @ 0x000000000f02021c 2024-08-31 14:28:24 17. DB::ReadBuffer::next() @ 0x000000000757457c 2024-08-31 14:28:24 18. ./src/IO/ReadBuffer.h:0: DB::RowInputFormatWithNamesAndTypes::readPrefix() @ 0x00000000196f49a7 2024-08-31 14:28:24 19. ./src/Processors/ISource.h:41: DB::IRowInputFormat::read() @ 0x00000000196af078 2024-08-31 14:28:24 20. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000001960f0f5 2024-08-31 14:28:24 21. ./src/Processors/Chunk.h:90: DB::ISource::tryGenerate() @ 0x00000000195dc355 2024-08-31 14:28:24 22. ./contrib/llvm-project/libcxx/include/optional:344: DB::ISource::work() @ 0x00000000195dbd8b 2024-08-31 14:28:24 23. ./contrib/llvm-project/libcxx/include/list:588: DB::ExecutionThreadContext::executeTask() @ 0x0000000019601b35 2024-08-31 14:28:24 24. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:273: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x00000000195f2d83 2024-08-31 14:28:24 25. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:150: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x00000000195f2746 2024-08-31 14:28:24 26. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x00000000196071df 2024-08-31 14:28:24 27. ./build_docker/./src/Storages/StorageURL.cpp:407: DB::StorageURLSource::generate() @ 0x00000000189914a0 2024-08-31 14:28:24 28. ./src/Processors/Chunk.h:90: DB::ISource::tryGenerate() @ 0x00000000195dc355 2024-08-31 14:28:24 29. ./contrib/llvm-project/libcxx/include/optional:344: DB::ISource::work() @ 0x00000000195dbd8b 2024-08-31 14:28:24 30. ./contrib/llvm-project/libcxx/include/list:588: DB::ExecutionThreadContext::executeTask() @ 0x0000000019601b35 2024-08-31 14:28:24 31. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:273: DB::PipelineExecutor::executeSingleThread(unsigned long) @ 0x00000000195f3b70 2024-08-31 14:28:24 2024-08-31 14:28:24 4. Query {} to stage {}{} 37 Query SELECT _CAST('FF', 'String') AS `hex(lowerUTF8('�'))` FROM system.one AS __table1 to stage Complete 2024-08-31 14:28:24 5. Query {} from stage {} to stage {}{} 37 Query SELECT _CAST('FF', 'String') AS `hex(lowerUTF8('�'))` FROM system.one AS __table1 from stage FetchColumns to stage Complete 2024-08-31 14:28:24 2024-08-31 14:28:24 2024-08-31 14:28:24 2024-08-31 14:28:24 Top short messages: 2024-08-31 14:28:24 2024-08-31 14:28:24 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate 2024-08-31 14:28:24 2024-08-31 14:28:24 1. 20 {}:{}: '{}' src/Processors/Transforms/MergeJoinTransform.cpp:836: ' UInt8(size = 1) UInt32(size = 1) UInt32(size = 1)' 62 2024-08-31 14:28:24 2. 17 {} Server was built with sanitizer. It will work slowly. 27 2024-08-31 14:28:24 3. 7 Creating {}: {} Creating table test_7uh9y9kh.tbl: CREATE TABLE IF NOT EXISTS test_7uh9y9kh.tbl UUID '58af0cff-35fa-4486-a77a-6a90b01447a 174 2024-08-31 14:28:24 4. 4 Froze {} parts Froze 1 parts -13 2024-08-31 14:28:24 5. 2 Unknown statistic column: {} Code: 708. DB::Exception: Unknown statistic column: b. (ILLEGAL_STATISTIC) (version 24.3.5.48.altinityfips (altinity bui 29 2024-08-31 14:28:24 2024-08-31 14:28:24 2024-08-31 14:28:24 2024-08-31 14:28:24 Top messages by level: 2024-08-31 14:28:24 2024-08-31 14:28:24 (9.048316198838558e-7,'Can\'t start NON-SECURE keeper server in FIPS mode, please check the config.') Fatal 2024-08-31 14:28:24 (0.0006659560722345178,'Received error from remote server {}. HTTP status code: {} {}, body: {}') Error 2024-08-31 14:28:24 (0.00029407027646225316,'Destination table {} has different type of column {} ({} != {}). Data from destination table are converted.') Warning 2024-08-31 14:28:24 (0.004063598804898396,'Sorting and writing part of data into temporary file {}') Information 2024-08-31 14:28:24 (0.039391844571643665,'(from {}{}{}){}{} {} (stage: {})') Debug 2024-08-31 14:28:24 (0.05290912414108859,'Access granted: {}{}') Trace 2024-08-31 14:28:24 2024-08-31 14:28:24 + set -e + [[ 0 -eq 124 ]] + return 0 + echo 'Files in current directory' + ls -la ./ Files in current directory total 137840 drwxr-xr-x 1 root root 4096 Aug 31 14:13 . drwxr-xr-x 1 root root 4096 Aug 31 14:13 .. -rw-rw-r-- 1 1000 1000 312 Aug 31 13:52 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 1566 Jun 13 06:03 attach_gdb.lib -rw-r--r-- 1 root root 1541 Aug 31 14:13 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 4239 Aug 31 14:13 __azurite_db_blob__.json -rw-r--r-- 1 root root 485145 Aug 31 14:27 azurite_log lrwxrwxrwx 1 root root 7 Apr 27 05:02 bin -> usr/bin drwxr-xr-x 2 root root 4096 Aug 31 13:54 __blobstorage__ drwxr-xr-x 2 root root 4096 Apr 18 2022 boot drwxr-xr-x 8 root root 4096 Aug 31 14:02 clickhouse-local-28554-1725102133-2351456018982207504 drwxr-xr-x 5 root root 340 Aug 31 13:53 dev -rwxr-xr-x 1 root root 0 Aug 31 13:53 .dockerenv drwxr-xr-x 1 root root 4096 Aug 31 13:53 etc drwxr-xr-x 1 1000 1000 4096 Aug 31 13:54 hadoop-3.3.1 drwxr-xr-x 2 root root 4096 Apr 18 2022 home lrwxrwxrwx 1 root root 7 Apr 27 05:02 lib -> usr/lib lrwxrwxrwx 1 root root 9 Apr 27 05:02 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Apr 27 05:02 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Apr 27 05:02 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 21843968 Jun 13 06:04 mc drwxr-xr-x 2 root root 4096 Apr 27 05:02 media -rwxr-xr-x 1 root root 118595584 Jun 13 06:04 minio drwxr-xr-x 4 root root 4096 Aug 31 13:54 minio_data drwxr-xr-x 2 root root 4096 Apr 27 05:02 mnt drwxr-xr-x 2 root root 4096 Apr 27 05:02 opt -rw-r--r-- 1 root root 0 Feb 15 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4096 Aug 31 13:53 package_folder dr-xr-xr-x 310 root root 0 Aug 31 13:53 proc -rwxrwxr-x 1 root root 7989 May 14 20:27 process_functional_tests_result.py drwx------ 1 root root 4096 Aug 31 14:22 root drwxr-xr-x 1 root root 4096 Aug 31 13:53 run -rwxrwxr-x 1 root root 16095 Jun 13 06:03 run.sh lrwxrwxrwx 1 root root 8 Apr 27 05:02 sbin -> usr/sbin -rw-r--r-- 1 root root 462 Aug 31 13:54 script.gdb -rwxrwxr-x 1 root root 10462 May 14 20:27 setup_export_logs.sh -rwxrwxr-x 1 root root 351 Jun 13 06:03 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3464 Jun 13 06:03 setup_minio.sh drwxr-xr-x 2 root root 4096 Apr 27 05:02 srv -rw-rw-r-- 1 root root 13192 Jun 13 06:03 stress_tests.lib dr-xr-xr-x 13 root root 0 Aug 31 13:53 sys drwxrwxr-x 2 1000 1000 4096 Aug 31 13:55 test_output drwxrwxrwt 1 root root 36864 Aug 31 14:28 tmp drwxr-xr-x 2 root root 4096 Aug 31 13:56 user_defined drwxr-xr-x 1 root root 4096 Apr 27 05:02 usr -rw-rw-r-- 1 root root 833 Jun 13 06:03 utils.lib drwxr-xr-x 1 root root 4096 Apr 27 05:05 var Files in root directory + echo 'Files in root directory' + ls -la / total 137840 drwxr-xr-x 1 root root 4096 Aug 31 14:13 . drwxr-xr-x 1 root root 4096 Aug 31 14:13 .. -rw-rw-r-- 1 1000 1000 312 Aug 31 13:52 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 1566 Jun 13 06:03 attach_gdb.lib -rw-r--r-- 1 root root 1541 Aug 31 14:13 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 4239 Aug 31 14:13 __azurite_db_blob__.json -rw-r--r-- 1 root root 485145 Aug 31 14:27 azurite_log lrwxrwxrwx 1 root root 7 Apr 27 05:02 bin -> usr/bin drwxr-xr-x 2 root root 4096 Aug 31 13:54 __blobstorage__ drwxr-xr-x 2 root root 4096 Apr 18 2022 boot drwxr-xr-x 8 root root 4096 Aug 31 14:02 clickhouse-local-28554-1725102133-2351456018982207504 drwxr-xr-x 5 root root 340 Aug 31 13:53 dev -rwxr-xr-x 1 root root 0 Aug 31 13:53 .dockerenv drwxr-xr-x 1 root root 4096 Aug 31 13:53 etc drwxr-xr-x 1 1000 1000 4096 Aug 31 13:54 hadoop-3.3.1 drwxr-xr-x 2 root root 4096 Apr 18 2022 home lrwxrwxrwx 1 root root 7 Apr 27 05:02 lib -> usr/lib lrwxrwxrwx 1 root root 9 Apr 27 05:02 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Apr 27 05:02 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Apr 27 05:02 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 21843968 Jun 13 06:04 mc drwxr-xr-x 2 root root 4096 Apr 27 05:02 media -rwxr-xr-x 1 root root 118595584 Jun 13 06:04 minio drwxr-xr-x 4 root root 4096 Aug 31 13:54 minio_data drwxr-xr-x 2 root root 4096 Apr 27 05:02 mnt drwxr-xr-x 2 root root 4096 Apr 27 05:02 opt -rw-r--r-- 1 root root 0 Feb 15 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4096 Aug 31 13:53 package_folder dr-xr-xr-x 310 root root 0 Aug 31 13:53 proc -rwxrwxr-x 1 root root 7989 May 14 20:27 process_functional_tests_result.py drwx------ 1 root root 4096 Aug 31 14:22 root drwxr-xr-x 1 root root 4096 Aug 31 13:53 run -rwxrwxr-x 1 root root 16095 Jun 13 06:03 run.sh lrwxrwxrwx 1 root root 8 Apr 27 05:02 sbin -> usr/sbin -rw-r--r-- 1 root root 462 Aug 31 13:54 script.gdb -rwxrwxr-x 1 root root 10462 May 14 20:27 setup_export_logs.sh -rwxrwxr-x 1 root root 351 Jun 13 06:03 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3464 Jun 13 06:03 setup_minio.sh drwxr-xr-x 2 root root 4096 Apr 27 05:02 srv -rw-rw-r-- 1 root root 13192 Jun 13 06:03 stress_tests.lib dr-xr-xr-x 13 root root 0 Aug 31 13:53 sys drwxrwxr-x 2 1000 1000 4096 Aug 31 13:55 test_output drwxrwxrwt 1 root root 36864 Aug 31 14:28 tmp drwxr-xr-x 2 root root 4096 Aug 31 13:56 user_defined drwxr-xr-x 1 root root 4096 Apr 27 05:02 usr -rw-rw-r-- 1 root root 833 Jun 13 06:03 utils.lib drwxr-xr-x 1 root root 4096 Apr 27 05:05 var + /process_functional_tests_result.py 2024-08-31 14:28:24,671 File /analyzer_tech_debt.txt with broken tests found 2024-08-31 14:28:24,671 Broken tests in the list: 11 2024-08-31 14:28:24,671 Find files in result folder gdb.log,run.log,garbage.log,test_result.txt 2024-08-31 14:28:24,677 Is flaky check: False 2024-08-31 14:28:24,677 Result parsed 2024-08-31 14:28:24,678 Result written + clickhouse-client -q 'system flush logs' + stop_logs_replication + echo 'Detach all logs replication' Detach all logs replication + clickhouse-client --query 'select database||'\''.'\''||table from system.tables where database = '\''system'\'' and (table like '\''%_sender'\'' or table like '\''%_watcher'\'')' + tee /dev/stderr + xargs -n1 -r -i clickhouse-client --query 'drop table {}' xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value + failed_to_save_logs=0 + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + err='++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\4 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.query_log format TSVWithNamesAndTypes' ++ zstd --threads=0 + err='++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\8 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes' ++ zstd --threads=0 ++ clickhouse-client -q 'select * from system.trace_log format TSVWithNamesAndTypes' ++ zstd --threads=0 + err='++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\4 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + err='++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\1\6 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes' ++ zstd --threads=0 ++ clickhouse-client -q 'select * from system.metric_log format TSVWithNamesAndTypes' ++ zstd --threads=0 + err='++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\5 ]] + failed_to_save_logs=1 + [[ -n '' ]] + sudo clickhouse stop ==64189==Installed the sigaction for signal 11 ==64189==Installed the sigaction for signal 7 ==64189==Installed the sigaction for signal 8 ==64189==Using llvm-symbolizer found at: /usr/bin/llvm-symbolizer-17 ***** Running under ThreadSanitizer v3 (pid 64189) ***** ThreadSanitizer: growing sync allocator: 0 out of 1048576*1024 ThreadSanitizer: growing heap block allocator: 0 out of 262144*4096 ThreadSanitizer: growing sync allocator: 1 out of 1048576*1024 ThreadSanitizer: growing sync allocator: 2 out of 1048576*1024 ThreadSanitizer: growing heap block allocator: 1 out of 262144*4096 ThreadSanitizer: growing sync allocator: 3 out of 1048576*1024 ThreadSanitizer: growing sync allocator: 4 out of 1048576*1024 script.gdb:13: Error in sourced command file: No stack. /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 746. The process with pid = 746 is running. Sent terminate signal to process with pid 746. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 746. The process with pid = 746 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 746. The process with pid = 746 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 746. The process with pid = 746 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 746. The process with pid = 746 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 746. The process with pid = 746 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 746. The process with pid = 746 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 746. The process with pid = 746 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 746. The process with pid = 746 does not exist. Server stopped Stats: SizeClassAllocator64: 2M mapped (0M rss) in 10960 allocations; remains 5405 01 ( 16): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 3840 avail: 4096 rss: 4K releases: 0 last released: 0K region: 0x7b0400000000 02 ( 32): mapped: 64K allocs: 2816 frees: 2304 inuse: 512 num_freed_chunks 1536 avail: 2048 rss: 60K releases: 1 last released: 4K region: 0x7b0800000000 03 ( 48): mapped: 192K allocs: 3456 frees: 2432 inuse: 1024 num_freed_chunks 3072 avail: 4096 rss: 152K releases: 1 last released: 40K region: 0x7b0c00000000 04 ( 64): mapped: 64K allocs: 1024 frees: 640 inuse: 384 num_freed_chunks 640 avail: 1024 rss: 64K releases: 0 last released: 0K region: 0x7b1000000000 05 ( 80): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 563 avail: 819 rss: 20K releases: 0 last released: 0K region: 0x7b1400000000 06 ( 96): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 426 avail: 682 rss: 20K releases: 0 last released: 0K region: 0x7b1800000000 07 ( 112): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 457 avail: 585 rss: 12K releases: 0 last released: 0K region: 0x7b1c00000000 08 ( 128): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 384 avail: 512 rss: 12K releases: 0 last released: 0K region: 0x7b2000000000 09 ( 144): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 327 avail: 455 rss: 4K releases: 0 last released: 0K region: 0x7b2400000000 10 ( 160): mapped: 64K allocs: 384 frees: 128 inuse: 256 num_freed_chunks 153 avail: 409 rss: 44K releases: 1 last released: 16K region: 0x7b2800000000 11 ( 176): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 244 avail: 372 rss: 4K releases: 0 last released: 0K region: 0x7b2c00000000 12 ( 192): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 213 avail: 341 rss: 8K releases: 0 last released: 0K region: 0x7b3000000000 13 ( 208): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 187 avail: 315 rss: 4K releases: 0 last released: 0K region: 0x7b3400000000 14 ( 224): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 164 avail: 292 rss: 4K releases: 0 last released: 0K region: 0x7b3800000000 15 ( 240): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 17 avail: 273 rss: 40K releases: 0 last released: 0K region: 0x7b3c00000000 16 ( 256): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 128 avail: 256 rss: 4K releases: 0 last released: 0K region: 0x7b4000000000 17 ( 320): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 76 avail: 204 rss: 24K releases: 0 last released: 0K region: 0x7b4400000000 18 ( 384): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 42 avail: 170 rss: 8K releases: 0 last released: 0K region: 0x7b4800000000 19 ( 448): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 18 avail: 146 rss: 4K releases: 0 last released: 0K region: 0x7b4c00000000 20 ( 512): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 0 avail: 128 rss: 8K releases: 0 last released: 0K region: 0x7b5000000000 21 ( 640): mapped: 64K allocs: 102 frees: 0 inuse: 102 num_freed_chunks 0 avail: 102 rss: 8K releases: 0 last released: 0K region: 0x7b5400000000 22 ( 768): mapped: 64K allocs: 85 frees: 0 inuse: 85 num_freed_chunks 0 avail: 85 rss: 4K releases: 0 last released: 0K region: 0x7b5800000000 23 ( 896): mapped: 64K allocs: 73 frees: 0 inuse: 73 num_freed_chunks 0 avail: 73 rss: 8K releases: 0 last released: 0K region: 0x7b5c00000000 24 ( 1024): mapped: 64K allocs: 64 frees: 0 inuse: 64 num_freed_chunks 0 avail: 64 rss: 8K releases: 0 last released: 0K region: 0x7b6000000000 25 ( 1280): mapped: 192K allocs: 153 frees: 51 inuse: 102 num_freed_chunks 51 avail: 153 rss: 124K releases: 1 last released: 60K region: 0x7b6400000000 26 ( 1536): mapped: 64K allocs: 42 frees: 0 inuse: 42 num_freed_chunks 0 avail: 42 rss: 4K releases: 0 last released: 0K region: 0x7b6800000000 27 ( 1792): mapped: 64K allocs: 36 frees: 0 inuse: 36 num_freed_chunks 0 avail: 36 rss: 4K releases: 0 last released: 0K region: 0x7b6c00000000 28 ( 2048): mapped: 64K allocs: 32 frees: 0 inuse: 32 num_freed_chunks 0 avail: 32 rss: 4K releases: 0 last released: 0K region: 0x7b7000000000 29 ( 2560): mapped: 64K allocs: 25 frees: 0 inuse: 25 num_freed_chunks 0 avail: 25 rss: 8K releases: 0 last released: 0K region: 0x7b7400000000 30 ( 3072): mapped: 64K allocs: 21 frees: 0 inuse: 21 num_freed_chunks 0 avail: 21 rss: 4K releases: 0 last released: 0K region: 0x7b7800000000 31 ( 3584): mapped: 64K allocs: 18 frees: 0 inuse: 18 num_freed_chunks 0 avail: 18 rss: 8K releases: 0 last released: 0K region: 0x7b7c00000000 32 ( 4096): mapped: 64K allocs: 16 frees: 0 inuse: 16 num_freed_chunks 0 avail: 16 rss: 28K releases: 0 last released: 0K region: 0x7b8000000000 33 ( 5120): mapped: 64K allocs: 12 frees: 0 inuse: 12 num_freed_chunks 0 avail: 12 rss: 16K releases: 0 last released: 0K region: 0x7b8400000000 34 ( 6144): mapped: 64K allocs: 10 frees: 0 inuse: 10 num_freed_chunks 0 avail: 10 rss: 12K releases: 0 last released: 0K region: 0x7b8800000000 35 ( 7168): mapped: 64K allocs: 9 frees: 0 inuse: 9 num_freed_chunks 0 avail: 9 rss: 36K releases: 0 last released: 0K region: 0x7b8c00000000 37 ( 10240): mapped: 64K allocs: 6 frees: 0 inuse: 6 num_freed_chunks 0 avail: 6 rss: 12K releases: 0 last released: 0K region: 0x7b9400000000 38 ( 12288): mapped: 64K allocs: 5 frees: 0 inuse: 5 num_freed_chunks 0 avail: 5 rss: 12K releases: 0 last released: 0K region: 0x7b9800000000 39 ( 14336): mapped: 64K allocs: 4 frees: 0 inuse: 4 num_freed_chunks 0 avail: 4 rss: 16K releases: 0 last released: 0K region: 0x7b9c00000000 42 ( 24576): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 16K releases: 0 last released: 0K region: 0x7ba800000000 43 ( 28672): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 28K releases: 0 last released: 0K region: 0x7bac00000000 44 ( 32768): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 32K releases: 0 last released: 0K region: 0x7bb000000000 45 ( 40960): mapped: 64K allocs: 1 frees: 0 inuse: 1 num_freed_chunks 0 avail: 1 rss: 4K releases: 0 last released: 0K region: 0x7bb400000000 Stats: LargeMmapAllocator: allocated 9 times, remains 0 (0 K) max 1 M; by size logs: 20:9; + [[ -n '' ]] + rg -Fa '' /var/log/clickhouse-server/clickhouse-server.log 2024.08.31 13:54:27.910884 [ 746 ] {} KeeperServer: Can't start NON-SECURE keeper server in FIPS mode, please check the config. + rg -A50 -Fa ============ /var/log/clickhouse-server/stderr.log + : + data_path_config=--path=/var/lib/clickhouse/ + zstd --threads=0 + [[ -n '' ]] + '[' 1 -ne 0 ']' + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.query_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.trace_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.metric_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for trace_type in CPU Memory Real + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''CPU'\'' group by trace order by samples desc settings allow_introspection_functions = 1 format TabSeparated' + zstd --threads=0 + for trace_type in CPU Memory Real + zstd --threads=0 + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''Memory'\'' group by trace order by samples desc settings allow_introspection_functions = 1 format TabSeparated' + for trace_type in CPU Memory Real + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''Real'\'' group by trace order by samples desc settings allow_introspection_functions = 1 format TabSeparated' + zstd --threads=0 + rm /var/log/clickhouse-server/clickhouse-server.log + mv /var/log/clickhouse-server/stderr.log /test_output/ + [[ -n '' ]] + tar -chf /test_output/coordination.tar /var/lib/clickhouse/coordination tar: Removing leading `/' from member names tar: Removing leading `/' from hard link targets + [[ -n '' ]]